1.拿着官网给的密钥文件用ec2-user默认用户登陆

2.建立root密码

sudo passwd root

3.切换到root身份

su root

4.使用root身份编辑亚马逊主机的ssh登陆方式

vi /etc/ssh/sshd_config

PasswordAuthentication no

改成

PasswordAuthentication yes

若是没有则新插进去

5.重启sshd使修改生效

sudo /sbin/service sshd restart

6.使用root身份为ec2-user用户建立密码

passwd ec2-user 

7.关闭链接从新登陆能够用root用户+密码登陆了

发表回复