~$ sudo vim /etc/ssh/sshd_config
# PermitRootLogin prohibit-password
PermitRootLogin yes
# PasswordAuthentication no
PasswordAuthentication yes
PermitRootLogin prohibit-password
允许root
登录,但是禁止root
用密码登录
退出 重启 sshd
sudo service sshd restart
好了可以用 root/密码
登录 ssh 了
网友评论