XShell拒绝非root用户远程登录Linux,提示ssh服务器拒绝了密码
-
-
这和xshell没关系。执行下面命令实现
vi /etc/ssh/sshd_config PasswordAuthentication yes
然后重启服务使配置生效
systemctl restart sshd.service
-
@ammu95 谢谢大佬~
2022年11月27日 04:08
3/3
2022年11月27日 13:24