11 lines
236 B
Markdown
11 lines
236 B
Markdown
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
|
|
```
|