factgasm Posted April 4, 2014 Posted April 4, 2014 As per title, I need to know how to SSH into my Pineapple from Kali. In Windows I just use PuTTY, but I'm not sure how it's done from Kali. Help, please! Quote
Merlintime Posted April 4, 2014 Posted April 4, 2014 Assuming SSH is already running on the Kali system, the code below should help get you started. ​ssh 172.16.42.1 Quote
factgasm Posted April 4, 2014 Author Posted April 4, 2014 Typed service ssh start first then the line above. Straight in, no problems. Thanks. Quote
Sebkinne Posted April 4, 2014 Posted April 4, 2014 Typed service ssh start first then the line above. Straight in, no problems. Thanks. That's for the SSH server running on your machine. You don't need that. Just "ssh user@host" will do. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.