Open ngdaniel499 opened 4 weeks ago
Can do this with ssh remote forwarding; e.g.
ssh -R 2022:localhost:22 -p 22 someone@gatewaybox
executed on the pi would allow connections from gatewaybox to the pi.
We can automate this with autossh
or (better) systemd
I'll provide a systemd unit to make it happen.
Tailscale is also an option. Or headscale
an opensource free workalike.
Hi matt, anything which will be quick and easy to implement sounds good. I'll have a look into these when I've got some time
I'll test it out and send you the systemd unit file for the Pi.
That would be great! Thanks Matt
Have a working solution with ngrok but don't want to use third party if possible