Installing rssh in linux server
by Selva[ Edit ] 2010-02-01 12:40:58
Here are the steps to install rssh in the linux server :
Fllow the below steps if you linux os is 32 bit :
Step 1:
cd /usr/src
Step 2:
wget http://dag.wieers.com/rpm/packages/rssh/rssh-2.3.2-1.2.el4.rf.i386.rpm
Step 3:
rpm -ivh rssh-2.3.2-1.2.el4.rf.i386.rpm
Fllow the below steps if you linux os is 64 bit :
Step 1:
cd /usr/src
Step 2:
wget http://dag.wieers.com/rpm/packages/rssh/rssh-2.3.2-1.2.el5.rf.x86_64.rpm
Step 3:
rpm -ivh rssh-2.3.2-1.2.el5.rf.x86_64.rpm