Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

Unbrick Pogoplug (1 reply)

$
0
0
A few years ago... I followed this blog http://blog.qnology.com/2015/04/hacking-pogoplug-v3oxnas-proclassic.html that details your uBoot install on pogoplugs and had it all setup.

Time went by and dust gathered... And now I have a need again - but I can't find the USB that I made for this setup.

So now it doesn't exactly boot. I am a newbie or at least only know what I know... Anyway - I am in Manjaro linux and trying to SSH into the plug and... nothing. Here are some things I have tried.

Mangrove ~]$ ssh root:Password@192.168.1.13 #(No my Password is not Password but I used the CORRECT one)
ssh: connect to host 192.168.1.13 port 22: Connection timed out
Mangrove ~]$ ssh root@192.168.1.13
ssh: connect to host 192.168.1.13 port 22: Connection timed out
Mangrove ~]$ ssh 192.168.1.13
ssh: connect to host 192.168.1.13 port 22: Connection timed out

Found some mention of a default password so I tried...
Mangrove ~]$ ssh root:ceadmin@192.168.1.13
ssh: connect to host 192.168.1.13 port 22: Connection timed out


I also found some other post that discusses some method of enabling SSH -

Mangrove ~]$ curl -k "https://root:ceadmin@192.168.1.13/sqdiag/HBPlug?action=command&command=dropbear%20start"
curl: (28) Failed to connect to 192.168.1.13 port 443: Connection timed out

And for kicks I tried :
Mangrove ~]$ curl -k "https://root:Password@192.168.1.13/sqdiag/HBPlug?action=command&command=dropbear%20start"
curl: (28) Failed to connect to 192.168.1.13 port 443: Connection timed out

By the way - the front light on power up gives a green blinking light followed by green solid and then amber blinking... then blank - and then that starts over again. Maybe I have to SSH in at a certain timing? Any thoughts?

Thanks in advance for any help!

TC

Viewing all articles
Browse latest Browse all 3247

Trending Articles