vim /etc/ssh/sshd_config

设置为密码登陆方式

查找

PermitRootLogin yes

删除前面的#注释

查找

PasswordAuthentication no

改为

PasswordAuthentication yes

保存