标签:net sshd host bsp ati star 经验 lin 文件
今天在手机端装了NetHunter 想连接PC的kali ,可是怎么都连不上
综合网友的经验:
1.修改sshd_config文件,命令为:vi /etc/ssh/sshd_config
将#PasswordAuthentication no的注释去掉,并且将no修改为yes
将#PermitRootLogin prohibit-password的注释去掉 ,prohibit-password 改为yes
2.重启服务
service ssh restart
再次连接OK
据说如果还不行,可以尝试:(未经测试)
执行命令后都会让输入密码,直接敲回车设置为空即可
标签:net sshd host bsp ati star 经验 lin 文件
原文地址:http://www.cnblogs.com/lanqie/p/7725864.html