Created
September 28, 2011 20:10
-
-
Save cmcavoy/1249112 to your computer and use it in GitHub Desktop.
This file contains 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
atrium)03:07 PM:~/projects/atrium | |
$ ls -l ~/.ssh/atrium.pem | |
-r-------- 1 cmcavoy cmcavoy 1696 2011-06-01 10:35 /home/cmcavoy/.ssh/atrium.pem | |
(atrium)03:08 PM:~/projects/atrium | |
$ ssh -i ~/.ssh/atrium.pem -v [email protected] | |
OpenSSH_5.8p1 Debian-1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010 | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: Applying options for * | |
debug1: Connecting to ec2-50-16-96-58.compute-1.amazonaws.com [50.16.96.58] port 22. | |
debug1: Connection established. | |
debug1: identity file /home/cmcavoy/.ssh/atrium.pem type -1 | |
debug1: identity file /home/cmcavoy/.ssh/atrium.pem-cert type -1 | |
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3p1 Debian-3ubuntu5 | |
debug1: match: OpenSSH_5.3p1 Debian-3ubuntu5 pat OpenSSH* | |
debug1: Enabling compatibility mode for protocol 2.0 | |
debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-1ubuntu3 | |
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: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent | |
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP | |
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent | |
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY | |
debug1: Server host key: RSA 0e:0d:01:17:97:af:3e:9b:78:e1:6f:dc:42:85:76:d6 | |
debug1: Host 'ec2-50-16-96-58.compute-1.amazonaws.com' is known and matches the RSA host key. | |
debug1: Found key in /home/cmcavoy/.ssh/known_hosts:48 | |
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 | |
debug1: Next authentication method: publickey | |
debug1: Offering DSA public key: [email protected] | |
debug1: Authentications that can continue: publickey | |
debug1: Trying private key: /home/cmcavoy/.ssh/atrium.pem | |
debug1: read PEM private key done: type RSA | |
debug1: Authentications that can continue: publickey | |
debug1: No more authentication methods to try. | |
Permission denied (publickey). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment