Do any of you use Raspberry Pi’s ?

atomWood@lemm.ee to Selfhosted@lemmy.world – 179 points –

For those of you who use Raspberry Pi’s in your home environment, I’m curious as to what you use them for. What applications are you running on them? Do you have your Pi’s setup in a cluster?

185

You are viewing a single comment

I've been running OSMC (Kodi on Debian) plus a few useful things like maintaining a reverse SSH connection to a VPS.

Just curious, why have the reverse ssh connection to a VPS?

It allows me to connect into the house via the VPS without opening ports or knowing my home address.

Nowadays there are various companies offering tunnelling services, but my setup has been working for a long time and I see no reason to change.

I clearly don’t know enough about reverse ssh connections.

My understanding is that you tell the VPS to connect to your computer, a shell pops up on your end, and commands run in it will control the VPS. It helps get around firewalls and makes it less obvious to defenders that an attacker has control of a box because it’s not an inbound connection, it’s an outbound connection.

What’s your workflow? So you ssh into the VPS and maybe use Tmux or Screen to connect to a terminal session, that session is connected to your home machine but instead of sending commands back to the VPS, it sends commands to your home computer?

2 more...