I use to be able to access my father's computer on the same network via ssh. Now I get "connection closed by (ip address)"
when i type in ssh -v -l username ip address
this is what i get:
OpenSSH_5.1p1, OpenSSL 0.9.7l 28 Sep 2006
debug1: Reading configuration data /Users/uniquelyyou/.ssh/config
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to 192.168.1.101 [192.168.1.101] port 22.
debug1: Connection established.
debug1: identity file /Users/uniquelyyou/.ssh/identity type -1
debug1: identity file /Users/uniquelyyou/.ssh/id_rsa type -1
debug1: identity file /Users/uniquelyyou/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1
debug1: match: OpenSSH_5.1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1
debug1: SSH2_MSG_KEXINIT sent
Connection closed by 192.168.1.101
when i type in ssh -v -l username ip address
this is what i get:
OpenSSH_5.1p1, OpenSSL 0.9.7l 28 Sep 2006
debug1: Reading configuration data /Users/uniquelyyou/.ssh/config
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to 192.168.1.101 [192.168.1.101] port 22.
debug1: Connection established.
debug1: identity file /Users/uniquelyyou/.ssh/identity type -1
debug1: identity file /Users/uniquelyyou/.ssh/id_rsa type -1
debug1: identity file /Users/uniquelyyou/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1
debug1: match: OpenSSH_5.1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1
debug1: SSH2_MSG_KEXINIT sent
Connection closed by 192.168.1.101