It's pretty simple.
First, grab these three openssh files from Red Hat:
- openssh-2.9p2-8.7.i386.rpm
- openssh-clients-2.9p2-8.7.i386.rpm
- openssh-server-2.9p2-8.7.i386.rpm
You can find them
here.
Switch to the root user and use these commands to set them up:
CODE
rpm -e openssh-clients-2.5.2p2-5
rpm -U openssh-2.9p2-8.7.i386.rpm
rpm -U openssh-clients-2.9p2-8.7.i386.rpm
rpm -U openssh-server-2.9p2-8.7.i386.rpm
If these commands are successful, you just need to reboot the server to start the services. (There's probably a way to do it without rebooting.)
There's a bit more about this in this old thread:
http://forum.rackshack.net/showthread.php?...=&threadid=1311
That thread explains how to disable telnet after you verify that SSH works. Good luck!