xshell连接kali
连接不上可能是ssh没有开启
systemctl status ssh
systemctl start ssh
systemctl enable ssh update-rc.d ssh enable 开机自启动
修改ssh配置文件vim /etc/ssh/ssh_config
取消passwordauthentication前注释 yes

密码拒绝登陆解决:vim /etc/ssh/sshd_config
解决Xshell连接不上kali
解决Xshell连接不上kali
systemctl restart ssh

相关文章:

  • 2021-07-06
  • 2021-11-12
  • 2021-11-17
  • 2021-08-06
  • 2021-04-14
  • 2021-12-09
  • 2021-07-18
  • 2021-12-05
猜你喜欢
  • 2021-11-18
  • 2021-09-10
  • 2021-12-01
  • 2021-08-03
相关资源
相似解决方案