I am trying to connect to an external host that is living in the Internet.
From my laptop I can ssh fine. From an Ubuntu 12.10 server, the connection times out.
Since they're in the same network, they are originating from the same IP address.
The server receives the initial packets from the server but never acknowledges them (after looking at a tcpdump).
I'm having a hard time figuring this one out. Nothing in iptables, nothing in hosts.allow/deny...
wireshark/tshark -V– Stephane Chazelas Nov 15 '12 at 23:04ssh -vto see where it is hanging. Use-vvor-vvvto get more detailed log. – peterph Nov 17 '12 at 21:41