Skip to content

Raspberry Pi Remote Access

dave griffiths edited this page Apr 16, 2018 · 3 revisions

Following instructions here there is an ssh tunnel on beryllium that allows access to the Raspberry Pi in Uganda. Beryllium has a user called mongoose with very limited permissions that the Pi logs in using to set up the ssh tunnel. This allows you to log in as the pi user with the normal password.

From be.fo.am terminal:

ssh -l pi -p 2222 localhost

Also check that there it exists via

ps -ef | grep ssh

and you should see sshd: mongoose listed somewhere.

Our Pi will also connect to this, to tell which is the real one you should see an I_AM_THE_REMOTE_PI file in the home directory.

Clone this wiki locally