1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
ky2: {3} ssh localhost
ssh_exchange_identification: Connection closed by remote host
ky2: {4} ssh -v localhost
OpenSSH_3.6.1 NetBSD_Secure_Shell-20030917, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: Connecting to localhost [::1] port 22.
debug1: connect to address ::1 port 22: Connection refused
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: Connection established.
debug1: identity file /home/franky/.ssh/identity type -1
debug1: identity file /home/franky/.ssh/id_rsa type 1
debug1: identity file /home/franky/.ssh/id_dsa type 2
ssh_exchange_identification: Connection closed by remote host
debug1: Calling cleanup 0x805cb1c(0x0) |