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.
netstat -pan | grep ssh
ssh root@127.0.0.1