Thread
:
How to connect to N900 by ssh without Mad Developer?
View Single Post
kureyon
2010-09-04 , 16:42
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
Quote & Reply
|
kureyon
View Public Profile
Send a private message to kureyon
Find all posts by kureyon