HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tailscale ssh — SSH to a Tailscale machine (Linux Only). More information: <https://tailscale.com/kb/1193/tailscale-

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandsshtailscale sshclilinuxmachinetailscaleonly

Problem

How to use the tailscale ssh command: SSH to a Tailscale machine (Linux Only). More information: <https://tailscale.com/kb/1193/tailscale-ssh>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/tailscale ssh

Revisions (0)

No revisions yet.