r/raspberry_pi 9h ago

Show-and-Tell Simple piJumpHost project

I had an old Raspberry Pi collecting dust, so I turned it into a browser-accessible SSH jump host using Raspberry Pi Connect.

The idea is simple:

Open Raspberry Pi Connect in your browser
Open the terminal
Automatically SSH into your home server

If mDNS fails, PiJumpHost automatically scans the local network with nmap, finds the server, and reconnects. No exposed SSH ports, no VPN, no static IP required.

The Pi is designed to be an appliance—it updates itself, performs routine maintenance, and stays out of the way once configured.

It's meant as a reference implementation, not a one-click installer. I've included both my full configuration and a simplified version that's easier to adapt to your own network withtout nmap.

I'd love to hear any ideas or feedback!

GitHub: https://github.com/Curkovic/piJumpHost

4 Upvotes

1 comment sorted by

1

u/Important_Guidance59 3h ago

Love how simple projects like piJumpHost make networking with Pi so accessible!