Kali连接不上ssh

旧街凉风 提交于 2021-01-05 10:18:29

1.修改sshd_config文件

  vim /etc/ssh/sshd_config

  将#PasswordAuthentication yes的注释去掉

  将#PermitRootLogin prohibit-password的注释去掉 ,prohibit-password 改为yes

2.重启服务

  service ssh restart

3.如果还不行,执行

  #ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key

4.设置ssh开机自启

  update-rc.d ssh enable //设置ssh开机自启

  update-rc.d ssh disabled //设置关闭

 

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!