Noxrill Posted September 24, 2013 Share Posted September 24, 2013 Hi guys,I just got my pineapple recently loaded with 3.0.0. Alot of the toys I wanted to play with aren't currenrtly supported yet so I am trying to reflash the firmware to 2.8.1 which I downloaded already. Following flashing instructions (https://wifipineapple.com/?flashing) I am currerntly trying to SCP the 2.8.1 bin to the pineapples temp file, but I am currerntly unsure how to use ssh/scp fully. Can anyone point me in the right direction on how to SCP a file to the pineapples temp?I'm using Kali Linux Quote Link to comment Share on other sites More sharing options...
airman_dopey Posted September 24, 2013 Share Posted September 24, 2013 Scp localfile ipaddress:\path\filename Quote Link to comment Share on other sites More sharing options...
Noxrill Posted September 24, 2013 Author Share Posted September 24, 2013 Scp localfile ipaddress:\path\filename Hey thanks for the quick reply! I'm still having a little bit of trouble. When I enter the command "scp localfile:\172.16.42.1 (Pineapple) :\temp\upgrade-2.8.1.bin" I get "localfile: No such file or directory". Any more ideas? Is the Localfile a placeholder? Quote Link to comment Share on other sites More sharing options...
deathdealerxx Posted September 24, 2013 Share Posted September 24, 2013 type scp /the/folder/of/the/upgrade-2.8.1.bin root@172.16.42.1:/tmp Quote Link to comment Share on other sites More sharing options...
Noxrill Posted September 24, 2013 Author Share Posted September 24, 2013 type scp /the/folder/of/the/upgrade-2.8.1.bin root@172.16.42.1:/tmp Hey thanks dude! Tottaly fixed my problem! I'm actully putting together a guide now for people who want to downgrade from 3.0.0 and I'll make sure to credit you guys! Quote Link to comment Share on other sites More sharing options...
Caecilius Posted September 11, 2014 Share Posted September 11, 2014 A small, but very important thing to remember is that you need to start an ssh service on the receiving box first [# service ssh start] before the scp from the pineapple to your target box will work. It will prompt you for the root password and then it works fine. 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.