Jump to content

Kali linux and ssh issue


heartjc

Recommended Posts

Hey everyone,

I have been trying to set up Pineapple using Kali Liniux. However, when I tried to ssh using putty, kali is not recognizing port 22 and timed out. I have been looking at the forums for this issue and followed some of the solutions. But still kali is not able to connect to Pineapple.

Any idea what could be causing the issue?

 

Thanks

 

Link to comment
Share on other sites

  • 1 month later...

For security reason, SSH isn't enabled by default. If you want to run this:
# systemctl start ssh.service

If you want to enable ssh at startup:
# systemctl enable ssh.service

If your want to enable "root" login:
# sed -i 's/PermitRootLogin without-password/#PermitRootLogin without-password/' /etc/ssh/sshd_config
# systemctl restart ssh.service

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...