SSH to home pc using Tailscale
I'd like to connect to my home PC (macOS) from iPhone.
macOS
install OSS CLI version of Tailscale
not GUI-version
code:sh
# run tailscaled (daemon)
sudo $HOME/go/bin/tailscaled install-system-daemon
# login
tailscale up
# enable SSH
tailscale set --ssh
setup Tailscale on WebUI
Enable MagicDNS
iOS