欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

Kali连接不上ssh

程序员文章站 2023-08-31 11:51:04
**Kali连接不上ssh** 1.修改sshd_ config文件 vim /etc/ssh/sshd_ config 将#PasswordAuthentication yes的注释去掉 将#PermitRootL ogin prohibit-password的注释去掉,prohibit-pass ......

**kali连接不上ssh**

       1.修改sshd_ config文件
             vim /etc/ssh/sshd_ config
             将#passwordauthentication yes的注释去掉
             将#permitrootl ogin prohibit-password的注释去掉,prohibit-password改为yes
             
     2.重启服务
                 service ssh restart
                 
      3.如果还不行,执行
                #ssh-keygen -t rsa -f /etc/ssh/ssh_ host _rsa_ _key
                  设置ssh开机自启
                  update-rc.d ssh enable //设置ssh开机自启
                  update-rc.d ssh disabled //设置关闭