View Single Post
SubCore's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#24
Originally Posted by Crogge View Post
Well it says "5131 root 3884 S /usr/sbin/sshd -D" so it seems to be ok?
yes, seems ok.
now try
Code:
netstat -pan | grep ssh
that lists network connections / listeners, and that's where you should find a line with ":22", indicating that sshd listens on port 22 (sorry that i wrote :22 should be seen with ps aux )

then you can try
Code:
ssh root@127.0.0.1
on the device to check if local connections work.

if local connections work but you still can't connect from your laptop/pc, then we'll have to install sysklogd and enable logging for ssh.
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg