rami.info



Installing OpenSSH On Unix

Posted in AtWherever by Rami on the February 20th, 2005

mv /usr/sbin/sshd /usr/sbin/sshd.old
./configure –prefix=/usr –libexecdir=/usr/bin –sysconfdir=/etc/ssh
make
make install
/etc/init.d/sshd restart
rm /usr/sbin/sshd

Leave a Reply