View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#4
Ah, guess it's ssh, not sshd, sorry. But I still don't think you need to manually start it. Check if it's running:
Code:
ps | grep ssh
If it's not running, then /etc/init.d/ssh start should do it, or give an instructive error as to why it's not starting.
 

The Following User Says Thank You to Benson For This Useful Post: