Math Posted January 26, 2020 Share Posted January 26, 2020 Hello everyone I want to connect via ssh to my wifi pineapple nano without a password and i'v been following this tutorial but i get an error. Can someone help me by letting me know if it's possible. And if it's possible, can someone help me with the command line and where should i put my public key in the sd of the pineapple. Thanks for your help Quote Link to comment Share on other sites More sharing options...
nando Posted January 27, 2020 Share Posted January 27, 2020 write the public key you want to allow (key the box with), to `/root/.ssh/authorized_keys` then ssh in with `ssh -i /path/to/matching/private/key root@172.16.42.1` Quote Link to comment Share on other sites More sharing options...
Math Posted February 1, 2020 Author Share Posted February 1, 2020 Hello i puted my public key at the root of my pineapple sd card in a folder that i named ''autorized_keypath at the path: '.ssh/autorized_keypath/' i tryed then the command line: ssh -i C:\Users\tribo\.ssh\id-rsa root@172.16.42.1 (id-rsa is my private key) but it keep asking for my password 😕 what did i did wrong ? Quote Link to comment Share on other sites More sharing options...
Math Posted February 1, 2020 Author Share Posted February 1, 2020 never mind i figured it out by following this video Thank you very much 🙂 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.