本文最后更新于 2017年7月22日 16:25 可能会因为没有更新而失效。如已失效或需要修正,请留言
解决办法:
编辑SSH配置文件
vi /etc/ssh/sshd_config
找到这一行
PermitRootLogin without-password
把without-password替换成yes
之后重启SSH服务即可:
service sshd restart
解决办法:
编辑SSH配置文件
vi /etc/ssh/sshd_config
找到这一行
PermitRootLogin without-password
把without-password替换成yes
之后重启SSH服务即可:
service sshd restart