ssh

rc100

Registered
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
 
Has anything changed on either machine since it stopped working? Are you using keys to log in or just logging in through passwords?
 
nothing has changed. both computers have os x leopard 10.5.6.
we have 3 other macs on the network and i can login via ssh on all of them.
I went to the preferences on the computer i am trying to login to and "remote login" is turned on. I have the right user name and password so i'm not sure whats going on. Come to think of it, i did do an upgrad on the target computer. I upgraded from 10.4. to 10.5, i wonder if that has anything to do with it?
 
Back
Top