I try to use ssh to log in to a remote host.
This works for my Ubuntu desktop, however, it fails from my Fedora 14 laptop.
The failure means after I type ssh username@host and pressed Enter, nothing else shows on my screen.
And using ping on the desktop works fine, however nothing returned on my laptop. It seems that the host is not reachable from my laptop.
Both machines are in the same network environment (they share the same home router), except the desktop uses wired connection while the laptop uses wireless.
Besides the host files on both machines have no entry for the host name I want to reach.
Have anyone encountered this kind of error? Any idea?
iptables -Lon the server. Maybe the server has blocked SSH from your laptop (due to automatic checking in security tools). – ahmad Dec 11 '12 at 9:59ssh -vvv user@hostfor both machines. If even ping doesn't work from your laptop you've got some basic network error. I am thinking of an IPv6 related issue, e.g. Ubuntu falling back on IPv4, while Fedora isn't. – gertvdijk Dec 11 '12 at 11:01tracerouteto the host from each machine – Kevin Dec 11 '12 at 14:38