2025-03-14 21:59:59 -06:00
|
|
|
# tailscale ssh
|
|
|
|
|
|
|
|
|
|
> SSH to a Tailscale machine (Linux Only).
|
|
|
|
|
> More information: <https://tailscale.com/kb/1193/tailscale-ssh>.
|
|
|
|
|
|
|
|
|
|
- Advertise/Disable SSH on the host:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`tailscale up --ssh={{true|false}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- SSH to a specific host which has Tailscale-SSH enabled:
|
|
|
|
|
|
|
|
|
|
`tailscale ssh {{username}}@{{host}}`
|