解决xshell无法使用密码连接问题

633 阅读1分钟

解决xshell无法使用密码连接问题

1:修改/etc/ssh/sshd_config文件配置

2:PasswordAuthentication no 是否可以密码认证,修改成yes

3:重启 service sshd restart

4:使用xshell就可以连接上了