1 頁 (共 1 頁)

Install sshd

發表於 : 2013-12-30 09:13:16
yehlu
http://techs2resolve.blogspot.tw/2013/0 ... entos.html

# su <--- to become root and enter the password>

# yum install openssh-server








2. After the completion of Installation you have to on the sshd service and start the service.

# chkconfig sshd on
# service sshd restart






3. Now you have to ssh from other machine to your machine to test it. that ssh service working properly.



As you can see I am successfully able to login to my machine from ssh. That's it enjoy.