mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
393 B
Plaintext
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}}`
|