1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/tailscale-ssh.md

13 lines
300 B
Markdown
Raw Normal View History

# 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-15 21:55:25 +00:00
`tailscale up --ssh={{true|false}}`
- SSH to a specific host which has Tailscale-SSH enabled:
`tailscale ssh {{username}}@{{host}}`