introductioninstalling redhatunix commandsediting filesssh
sitemapapacheftptcp/ipmisc-notesresources

SSH commercial on Redhat 6.x

Note: the below instructions apply to RedHat 6.1 and 6.2 with ssh version 2.2x to 2.3x but do not apply at all to RedHat 7.X. In addition, this is a commercial product and costs money if used for anything other than personal or educational use. There are two non commercial alternatives, OpenSSH, (ships with RedHat 7.0), and FreeSSH.

SSH Installation version 2.3.0

Download RPM http://www.ssh.com Filename: ssh-2.xx.i386.rpm

Untar the compressed file: # tar -zxvf filename goes here

Switch to root user Run the RPM: # rpm -Uvh ssh-2.xx.i386.rpm

The executables are stored in /usr/local/sbin/. The configuration files are in /etc/ssh2. For configuration info view the man page for sshd # man sshd. To obtain windows clients see instructions at http://www.ssh.com on how to obtain free licensed copies of the ssh client for educational and non-commercial use.