fluidthoughts developers' guild

fluid funk

howto / ssh-install

installing OpenSSH:

Grab the most recent copy:

openssh portable mirrors

Linux Installation:

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

Begin the daemon:

/usr/local/sbin/sshd

 

$Id: ssh-install.html,v 1.4 2003/06/21 05:17:55 willn Exp $