Created
December 26, 2011 08:13
-
-
Save arooni/1520745 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LilArooni ~/workspace/craigslist-autoresponder: sshkev | |
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011 | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: Applying options for * | |
debug1: Connecting to ip [ip] port 22222. | |
debug1: Connection established. | |
debug1: identity file /home/david/.ssh/id_rsa type 1 | |
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-4096 | |
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-4096 | |
debug1: identity file /home/david/.ssh/id_rsa-cert type -1 | |
debug1: identity file /home/david/.ssh/id_dsa type -1 | |
debug1: identity file /home/david/.ssh/id_dsa-cert type -1 | |
debug1: identity file /home/david/.ssh/id_ecdsa type -1 | |
debug1: identity file /home/david/.ssh/id_ecdsa-cert type -1 | |
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.8p1 Debian-7ubuntu1 | |
debug1: match: OpenSSH_5.8p1 Debian-7ubuntu1 pat OpenSSH* | |
debug1: Enabling compatibility mode for protocol 2.0 | |
debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1 | |
debug1: SSH2_MSG_KEXINIT sent | |
debug1: SSH2_MSG_KEXINIT received | |
debug1: kex: server->client aes128-ctr hmac-md5 none | |
debug1: kex: client->server aes128-ctr hmac-md5 none | |
debug1: sending SSH2_MSG_KEX_ECDH_INIT | |
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY | |
debug1: Server host key: RSA d1:31:64:56:0e:81:77:ea:ed:a0:17:e0:0f:2c:15:83 | |
debug1: Host '[ip]:22222' is known and matches the RSA host key. | |
debug1: Found key in /home/david/.ssh/known_hosts:17 | |
debug1: ssh_rsa_verify: signature correct | |
debug1: SSH2_MSG_NEWKEYS sent | |
debug1: expecting SSH2_MSG_NEWKEYS | |
debug1: SSH2_MSG_NEWKEYS received | |
debug1: Roaming not allowed by server | |
debug1: SSH2_MSG_SERVICE_REQUEST sent | |
debug1: SSH2_MSG_SERVICE_ACCEPT received | |
debug1: Authentications that can continue: publickey,password | |
debug1: Next authentication method: publickey | |
debug1: Offering RSA public key: /home/david/.ssh/id_rsa | |
debug1: Authentications that can continue: publickey,password | |
debug1: Trying private key: /home/david/.ssh/id_dsa | |
debug1: Trying private key: /home/david/.ssh/id_ecdsa | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment