mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
300 B
300 B
tailscale ssh
SSH to a Tailscale machine (Linux Only). More information: https://tailscale.com/kb/1193/tailscale-ssh.
- Advertise/Disable SSH on the host:
tailscale up --ssh={{true|false}}
- SSH to a specific host which has Tailscale-SSH enabled:
tailscale ssh {{username}}@{{host}}