AWS EC2 ubuntu 使用密码登陆
1。使用页面登录ec2
2.切换root用户 sudo -i
3.为root用户或者其它用户配置密码 passwd user
passwd root
4.修改下面文件的配置vi /etc/ssh/sshd_config
PermitRootLogin和PasswordAuthentication 修改为yes
第六步:重启ssh服务
systemctl restart ssh
第七步:验证密码登陆
原文地址:https://blog.csdn.net/qq_19897551/article/details/143885110
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!