contrib/openssh
2006-11-13 21:12:21 +01:00
..
.footprint abiword: initial release 2006-11-13 21:12:21 +01:00
.md5sum abiword: initial release 2006-11-13 21:12:21 +01:00
Pkgfile abiword: initial release 2006-11-13 21:12:21 +01:00
README abiword: initial release 2006-11-13 21:12:21 +01:00
sshd abiword: initial release 2006-11-13 21:12:21 +01:00

This version of ssh uses the experimental hpn patch:
http://www.psc.edu/networking/projects/hpn-ssh/

Also you'll need to add a separate user for openssh: _sshd

useradd -d /nonexistant -s /bin/false -u 98 -g 98 _sshd

or even better install the `nologin' port and make it:

useradd -d /nonexistant -s /sbin/nologin -u 98 -g 98 _sshd