Loading... ## 1. 连接实例 ![](https://www.tyee.me/usr/uploads/2024/09/2753192608.png) <!--more--> ## 2. 进入root用户 ``` sudo -i ``` ## 3. 修改ssh配置文件/etc/ssh/sshd_config ``` vim /etc/ssh/sshd_config ``` 将`PermitRootLogin`和`PasswordAuthentication`都修改为`yes` ``` PermitRootLogin yes PasswordAuthentication yes ``` ## 4. 设置root密码 ``` passwd ``` ## 5. 重启ssh ubuntu: ``` /etc/init.d/ssh restart ``` centos: ``` service sshd restart ``` ## 6. 通过SSH工具连接 ![](https://a068950.webp.li/2024/09/3839788d882e2acd4968599e6bd68121.png) 最后修改:2024 年 09 月 13 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏