Trying to ssh host iMac
output from: $ssh -vvv foo_user@host_ip
...
...
...
...
OpenSSH_5.6
debug1: match: OpenSSH_5.6 pat OpenSSH_5* compat 0x0c000000
debug3: fd 5 is O_NONBLOCK
debug1: Authenticating to host_ip:22 as 'foo_user'
debug3: hostkeys_foreach: reading file "/Users/me/.ssh/known_hosts"
debug3: send packet: type 20
debug1: SSH2_MSG_KEXINIT sent
Connection closed by host_ip port 22
seems like i'm not receiving the port 20 packet or SSH2_MSG_KEXINIT back from host
The host has RemoteLogin: enabled
output from: $ssh -vvv foo_user@host_ip
...
...
...
...
OpenSSH_5.6
debug1: match: OpenSSH_5.6 pat OpenSSH_5* compat 0x0c000000
debug3: fd 5 is O_NONBLOCK
debug1: Authenticating to host_ip:22 as 'foo_user'
debug3: hostkeys_foreach: reading file "/Users/me/.ssh/known_hosts"
debug3: send packet: type 20
debug1: SSH2_MSG_KEXINIT sent
Connection closed by host_ip port 22
seems like i'm not receiving the port 20 packet or SSH2_MSG_KEXINIT back from host
The host has RemoteLogin: enabled