Get Please login as the user "ec2-user" rather than the user "root" error after connecting EC2 for several days

0

Hi,

I keep getting this error after creating my EC2 instance and control it using ssh key pair for a while. This has happened 2 times. Last time I had to create a new instance and mount it to the existing EBS volume to recover the data. Command to ssh using Windows Terminal:

ssh -i "C:\Users\Dell\.ssh\my-key-name.pem" ec2-user@myserver.com

Got:

Please login as the user "ec2-user" rather than the user "root". Connection to myserver.com closed.

I can still ssh using EC2 Instance Connect. Thanks for helping out.

Yulong
已提问 9 个月前635 查看次数
1 回答
0

Have you tried reviewing the EC2 logs? I'd start there, given you can connect with EC2 instance connect:

/var/log/auth.log (Ubuntu)

/var/log/secure (Amazon Linux, CentOS)

profile pictureAWS
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则