Files
AeroPkg/assets/var/gnu/openssh.md

11 lines
236 B
Markdown
Raw Normal View History

openssh
=
https://github.com/openssh/openssh-portable.git
``` sh *** build ***
autoreconf -fi
./configure --prefix=/pkg/gnu/openssh --sysconfdir=/pkg/gnu/openssh/etc --with-ssl-dir=/pkg/gnu --with-zlib
make -j$(nproc)
make install
```