1.
vi /etc/ssh/sshd_config
2.设置为密码登陆方式
查找
PermitRootLogin yes
删除前面的#注释
查找
PasswordAuthentication no
改为
PasswordAuthentication yes
3.重启ssh服务或重启服务器
service sshd restart
1.
vi /etc/ssh/sshd_config
2.设置为密码登陆方式
查找
PermitRootLogin yes
删除前面的#注释
查找
PasswordAuthentication no
改为
PasswordAuthentication yes
3.重启ssh服务或重启服务器
service sshd restart