xshell连接不上kali linux

1、确认ssh服务是否开启,开启命令为:service ssh start

2、若确认已开启,则需修改sshd_config文件,命令为:vi /etc/ssh/sshd_config

1.# Authentication:

2.LoginGraceTime 2m

3.PermitRootLogin prohibit-password

4.StrictModes yes

改成

1.# Authentication:

2.LoginGraceTime 2m

3.PermitRootLogin yes

4.StrictModes yes

保存退出,重启ssh服务service ssh restart

posted @ 2020-03-11 13:48  HUC-PASSER  阅读(718)  评论(0编辑  收藏  举报