问题现象:
-
使用Xshell访问ubuntu服务器,无法连接
-
xshell测试非root用户,可以正常连接,但是root用户仍旧无法访问
解决方法:
-
修改
/etc/ssh/sshd_config文件把PermitRootLogin Prohibit-password添加#注释掉 -
新添加:
PermitRootLogin yes -
重启ssh服务
/etc/init.d/ssh restart -
重新使用root连接,ok!
转载链接:https://blog.csdn.net/qq_35445306/article/details/78771398