Tailscale + SSH setup for Windows + WSL2 BLOG
Published:
I do a lot of work from my phone while away from my desk and wanted a clean way to SSH into my Windows machine and drop into whichever WSL2 distro I needed. The tricky part: iOS Tailscale intercepts port 22, WSL2 distros share a network namespace so you can’t run independent sshd instances on the same port, and adding a Tailscale node per distro causes TUN device conflicts.
