Welcome! Log In Create A New Profile

Advanced

Pogoplug Pro ssh access

Posted by newuser 
Pogoplug Pro ssh access
July 26, 2017 03:46PM
What are the current methods to gain ssh access?

------
mod edit: thread title



Edited 1 time(s). Last edit at 07/26/2017 04:52PM by bodhi.
Re: ssh access
July 26, 2017 04:32PM
newuser Wrote:
-------------------------------------------------------
> What are the current methods to gain ssh access?

It is different from each type of clients.

Windows: use putty

Mac and Linux: use terminal, and ssh command. If the box hostname is "debian" and its IP address is 192.168.0.220, then

ssh root@debian.local
or
ssh root@192.168.0.220

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: ssh access
July 26, 2017 04:35PM
Hi bodhi,

I should have specified. What are the current ways to enable ssh for the pogoplug pro?
Re: Pogoplug Pro ssh access
July 26, 2017 04:55PM
newuser,

> I should have specified. What are the current ways
> to enable ssh for the pogoplug pro?

Easiest way is using serial console to log in. And install new u-boot and rootfs.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Pogoplug Pro ssh access
July 26, 2017 05:08PM
How do I enable dropbear or ssh with the original pogoplug firmware after gaining access?



Edited 2 time(s). Last edit at 07/26/2017 08:17PM by newuser.
Re: Pogoplug Pro ssh access
July 27, 2017 12:41PM
check out this page - http://geekyschmidt.com/2013/12/17/serial-port-on-the-pogoplug-v2

When you get to the point of editing the /etc/init.d/rcS file you can comment out an if/fi statement before and after the drobear telnet lines. Then save and reboot and you're good to go.
Re: Pogoplug Pro ssh access
July 27, 2017 03:42PM
Right here in this post :)

http://forum.doozan.com/read.php?4,22570


Quote

2. Login the Pogo OS and setup to kill the Pogo process permanently, and some do some cleanup.

2A. Find the Pogo dynamic IP address in your router, or use some scanning program such as Linux nmap, IOS Fing,... And then use the credential that you have set up previously for stock Pogo OS during intial set up to boot new U-boot and/or Debian kernel (remember that root/password ?).

After logging in, you can kill pogoplug process so it won't interfere with normal opration:
killall hbwd

2B. Edit the file /etc/init.d/rcS to kill pogoplug service permanently.

Find the line which contains "hbmgr.sh start" and comment out the whole line, and add a new line to start dropbear:
###/etc/init.d/hbmgr.sh start
/usr/sbin/dropbear

2C. Comment out these lines to ensure booting without NAND checksum errors:

#if /usr/local/cloudengines/bin/blparam | grep ethaddr > /tmp/ethaddr; then
# . /tmp/ethaddr
#fi
#rm -f /tmp/ethaddr
#if /usr/local/cloudengines/bin/blparam | grep cedebug > /tmp/cedebug; then
# . /tmp/cedebug
#fi
#rm -f /tmp/cedebug

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: