mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 19:42:08 +02:00

* 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>
12 lines
305 B
Markdown
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}}`
|