I am trying to login to my pi via ssh. Had no problem before, but right now it seems to have locked up or something. I'm able to telnet to it, but get no other message (like: SSH-2.0-OpenSSH_6.0p1 Debian-4+deb7u2 or something):
Code: Select all
telnet 192.168.17.125 22
Trying 192.168.17.125...
Connected to 192.168.17.125.
Escape character is '^]'.
Thanks