1义辕、先用ec2-user登錄EC2,并切換到root
????ssh ec2-user@ip
????sudo -s
2另绩、修改PermitRootLogin痴晦、UsePAM
????[root@hostname ~]# vi /etc/ssh/sshd_config
????PermitRootLogin 改成 yes
????UsePAM 改成 no
????保存退出
3南吮、修改authorized_keys文件
????sed -ri 's/^/#/;s/sleep 10"\s+/&\n/' /root/.ssh/authorized_keys
4、重啟sshd服務(wù)
????service sshd restart ? ? ? ? ? ?##linux 7之前的版本通常使用
????systemctl restart sshd.service ?##linux 7之后使用(替代service誊酌、chkconfig)
5部凑、root登錄
????ssh root@ip