1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 19:42:08 +02:00
tldr/pages/common/tailscale-ssh.md
Muhammad Falak R Wani 371ad36a88
tailscale-ssh: add page (#8151)
* tailscale-ssh: add page
* tailscale-ssh: cosmetic fixes

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-06-30 06:09:19 +05:30

12 lines
305 B
Markdown

# tailscale ssh
> SSH to a Tailscale machine (Linux Only).
> More information: <https://tailscale.com/kb/1193/tailscale-ssh>.
- Advertise/Disable SSH on the host:
`sudo tailscale up --ssh={{true|false}}`
- SSH to a specific host which has Tailscale-SSH enabled:
`tailscale ssh {{username}}@{{host}}`