cd /sources/ &&
tar -xzf openssh-4.9p1.tar.gz &&
cd openssh-4.9p1&&
./configure --prefix=/usr --sysconfdir=/etc/ssh \
--libexecdir=/usr/sbin --with-md5-passwords --with-ldflags=-ldl &&
make &&
make install
The output should look something like this:
~~~
Please read our Terms of Use
The Mountain Climbing Journal filesystem has borrowed heavily from various pieces of Linux From Scratch.