Kali not connected ssh

** Kali not connected ** SSH

       1. modify sshd_ config file
             vim / etc / ssh / sshd_ config
             will #PasswordAuthentication yes Notes removed
             will #PermitRootL ogin Note prohibit-password removed, prohibit-password to yes
             
     2. reboot services
                 service ssh restart
                 
      3. If does not work, perform
                # ssh-keygen -t rsa -f / etc / ssh / ssh_ host _rsa_ _key
                  set up ssh boot from Kai
                  update-rc.d ssh enable // set ssh boot from Kai
                  update- rc.d ssh disabled // set to close

Guess you like

Origin www.cnblogs.com/biaochen/p/11810944.html
ssh
Recommended