Installing rssh in linux server - Linux Views : 486
Tagged in : Linux
0 0
Send mail
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
By Selva, On - 2010-02-01



    Login to add Comments .