Friday, October 10, 2008

Enable SSH in Linux

To Enable SSH in linux :

1.First whether the RPM is installed for ssh

[root@sys38 ~]# rpm -qa openssh-server
openssh-server-3.9p1-8.RHEL4.24

2.Now start the ssh service by the following command

[root@sys38 ~]# /etc/init.d/sshd start
Starting sshd: [ OK ]

No comments: