As of yesterday, I am no longer able to SSH to my 7800N. When I attempt the SSH, the connection is accepted and becomes established but there is no login prompt.
Code: Select all
$ ssh -l admin 192.168.1.254
(nothing happens, sits here for as long as I've waited)
Code: Select all
$ netstat -n | grep 192.168.1.254
tcp 0 0 192.168.1.5:53787 192.168.1.254:22 ESTABLISHED
Thanks!