1、检查虚拟机ssh服务是否开启
service sshd status,如果没有开启,请执行service sshd start启动该服务;
2 .修改 sudo vim /etc/ssh/sshd_config
找到# Authentication:
LoginGraceTime 120
PermitRootLogin without passwd
StrictModes yes
改成
# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes
重启虚拟机
原文地址:https://www.cnblogs.com/hughes5135/p/8630109.html
时间: 2024-10-08 13:06:22