OpenSSH
The OpenSSH package allows you to run a secure shell server and connect to it with a secure shell client. All communications between the two are encrypted. Download the SSH package from http://violet.ibs.com.au/openssh/files/.
Do not get the source RPM package. The source RPM only builds if you have GNOME installed. This is a Red Hat–only RPM. The same is true for the binary RPMs; they will not work. Get the source files.
After you have the source file, open it the same way you did the OpenSSL package (assuming your OpenSSH version is 1.2.3):
tar xzvf openssh-1.2.3.tar.gz
cd into the build directory and run configure:
cd openssh-1.2.3 ; ./configure --with-ssl-dir=/usr/local/ssl && make
After the make is successful, run the following ...
Get Special Edition Using Linux®, Sixth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.