您的位置:首页 > 运维架构 > Linux

Kali Linux SSH登录不成功解决方法

2018-01-04 10:12 609 查看
# vim /etc/ssh/sshd_config

修改:

#PasswordAuthentication yes
为:

PasswordAuthentication yes
修改:

PermitRootLogin prohibit-password
为:

PermitRootLogin yes
接下来需要重新启动ssh。

# service sshd restart

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: