View Single Post
Posts: 992 | Thanked: 738 times | Joined on Jun 2010 @ Low Earth Orbit
#6
Is the ssh server started?
Code:
ps ax | grep sshd
You can start it by
Code:
/etc/init.d/ssh start
And you should be able to make it autostart (on reboot) by:
Code:
update-rc.d ssh default