Loading... 先使用用户密钥登陆后,输入 sudo passwd root 来设置root密码。 然后输入 su ,输入密码进入root 然后依次输入下面三条命令,等待重启即可。 ```bash sudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config; sudo sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config; sudo reboot ``` 最后修改:2023 年 03 月 27 日 © 允许规范转载 赞 如果觉得我的文章对你有用,请点个赞哦
1 条评论
哈哈哈,写的太好了https://www.cscnn.com/