|
It is best to read the INSTALL file for directions
specific to your system. You'll need a recent copy of OpenSSL (which you may have
installed as part of your LAMP
installation.
Tip: many (particularly Debian users) have found
difficulty installing, forgetting that they're using MD5 passwords.
$ ./configure --with-ssl-dir=/usr/local/ssl \
--with-pam --with-md5-passwords
$ cp contrib/redhat/sshd.pam /etc/pam.d/sshd
$ make
$ make install
|