View Single Post
Posts: 543 | Thanked: 151 times | Joined on Feb 2010 @ Germany
#23
Originally Posted by SubCore View Post
the phone doesn't respond to pings, so that's expected.

make sure the ssh daemon is running - type in xterm:
Code:
ps aux | grep ssh
you should get a line containing "sshd" and ":22" somewhere. if not, your daemon isn't running, and you can start it by rebooting the device or by issuing
Code:
sudo gainroot
initctl sshd start
Well it says "5131 root 3884 S /usr/sbin/sshd -D" so it seems to be ok?

It is "initctl start sshd" by the way, I restarted it but I still can't connect.