Files
cheatsheet-tldr/tldr/tailscale-ssh
2025-03-16 00:20:08 +00:00

18 lines
393 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`