How to install Secure Shell Client, version 2.4
WINDOWS 95,98,2000
1. Open Internet Explorer or Netscape and go to ftp://ftp.sdsc.edu/pub/mirrors/ftp.cs.hut.fi/pub/ssh
2. Click on SSHWin-2.4.0.exe and install software, following the directions on the screen
3. After installation is finished, you will see two new icons on your desktop, SSH Secure Shell Client and SSH Secure File Transfer Client
4. SSH Secure File Transfer Client will allow you to download license.dat file from our server lee. It is located in /big/local/secure_shell.
5. After you downloaded /big/local/secure_shell/license.dat, click on Help in your SSH Secure File Transfer window and then choose Import License File.
6. In Import License File window open the directory you downloaded license.dat to and click on license.dat file to import license.
7. After license.dat is imported, click on About Secure Shell and make sure
"License Expires on" line reads
LINUX 7.0
1. rpm -qa |grep ssh // to find old ssh pacakge names
2. rpm --erase ssh_ package_name" // to get rid of all old ssh packages ( make sure you do not have ssh connections opened )
3. ftp updates.redhat.com
4. login as anonymous and specify your e-mail as password
5. cd 7.0/en/os/i386
6. bin
7. get openssh-2.5.2p2-1.7.2.i386.rpm
8. get openssh-clients-2.5.2p2-1.7.2.i386.rpm
9. type quit to close ftp connection and get back your machine's prompt
10. rpm -ivh openssh-2.5.2p2-1.7.2.i386.rpm
11. rpm -ivh openssh-clients-2.5.2p2-1.7.2.i386.rpm
Enjoy!
-- Last Modified by TA