I've tried about 4 hosts, everyone gives me the same result with ssh -vvv
OpenSSH_6.0p1, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data ~/.ssh/config
debug1: ~/.ssh/config line 6: Applying options for xmpp
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to ... [...] port 22.
debug1: Connection established.
and then it hangs, even to machines in the local network.
ssh -V: OpenSSH_6.0p1, OpenSSL 1.0.1c 10 May 2012
also tried with 5.9, no change. localhost fails as well:
OpenSSH_6.0p1, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data ~/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to localhost [::1] port 22.
debug1: Connection established.
sshissue. The hosts are runningsshdright? Using SSH keys? – htor Jul 1 '12 at 12:20localhostthen this is more significant than just a network issue. Do you get any strange errors in the kernel message buffer? – Chris Down Jul 1 '12 at 16:14