mirror of https://github.com/CrimsonTome/tldr.git
13 lines
305 B
Markdown
13 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}}`
|