factgasm Posted April 4, 2014 Share 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 Link to comment Share on other sites More sharing options...
Merlintime Posted April 4, 2014 Share 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 Link to comment Share on other sites More sharing options...
factgasm Posted April 4, 2014 Author Share Posted April 4, 2014 Typed service ssh start first then the line above. Straight in, no problems. Thanks. Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted April 4, 2014 Share 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 Link to comment Share on other sites More sharing options...
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.