i've been using tailscale for a while and it's be nice. i used it originally so my laptop could reach my (at-home) NAS remotely. however i've recently been finding even more uses for it:
tailscale sshallows me to remote into any connected machine, even things like connecting to my laptop from my desktop if i want to check on somethingtailscale sshdoesn't require me to setup SSH keys which was super neat when i setup a new VM the other day- i was able to block port 22 via
ufwthus blocking all attempts at gaining ssh access from the outside, but since i'm hoping to setup my own oidc server for logging into tailscale at some point, that isn't really useful for this particular instance
- i was able to block port 22 via
- tailscale's magicdns + the above mean i was able to run
git clone kelly@treesinthecloud:ohthesetrees.comto clone a git repo from my VM and thengit pushmy changes without needing any ssh keys - all of the above works completely as expected from a powershell prompt in windows which is SO NICE for when i'm in windows but want to check on something or make a small edit to my website
