Xshell root连接kali时提示ssh服务器拒绝了密码,请再试一次

        用Xshell root连接时显示ssh服务器拒绝了密码,应该是应该是sshd的设置不允许root用户用密码远程登录 
        修改 /etc/ssh/sshd_config文件,注意,安装了openssh才会有这个文件,如果文件不存在请检查是否安装了openssh。

sshd.png

vim /etc/ssh/sshd_config

         查找

# Authentication:
LoginGraceTime 120
PermitRootLogin prohibit-password
StrictModes yes

        改成

# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes

        然后重启ssh服务

/etc/init.d/ssh restart 
或
service ssh restart


本文由站长原创或收集,不代表本站立场,如若转载,请注明出处:http://www.yesck.com/post/xshell-root-password-error/

本文 暂无 评论

回复给

欢迎点评

联系我们

站长QQ:8117829

站长邮件:8117829@qq.com

工作时间:周一至周五,9:30-18:30,节假日休息

QR code