SSHing into EC2 instance fails - -v details below!

Posted by ming yeow on Stack Overflow See other posts from Stack Overflow or by ming yeow
Published on 2010-05-25T15:55:13Z Indexed on 2010/05/31 18:03 UTC
Read the original article Hit count: 404

Hi folks! I created a new ec2 instance, but i am unable to ssh in with the key i normally use with my other instances. The -v details are below. Thanks!

debug1: Host 'dbl01' is known and matches the RSA host key.
debug1: Found key in /Users/mingyeow/.ssh/known_hosts:26
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
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 public key: /Users/mingyeow/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /Users/mingyeow/.ssh/identity
debug1: Trying private key: /Users/mingyeow/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).

© Stack Overflow or respective owner

Related posts about authentication

Related posts about ssh