Debian wheezy amazon can’t ssh on EC2


When we already start new EC2 instance with debian wheezy, we realize that we can’t do SSH to server with SSH connection that offered by Amazon.

1
Permission denied (publickey).

SSH example:

1
ssh -i east-micro.pem root@1xx.20.xx2.xx

So, apparently in Debian Wiki, instead of using “root”, we should use “admin” to login into server.

1
ssh -i east-micro.pem admin@1xx.20.xx2.xx

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.