Tailscale for ssh into host os

Hi,

I have been playing around with GitHub - hslatman/tailscale-balena-block: Runs a Tailscale node on a Balena device and it works fine to expose services to a tailscale network. Enabling ssh for tailscale enables you to ssh into the tailscale container.
I was wondering if there is a setup possible that would enable you to ssh into the balena host system (just like you can do with the balana vpn)

Robert

To answer my own question:
Yes, you can just just ssh -p 22222 <tailscale-host> to connect to the host os.

1 Like