LinuxCommandLibrary

tailscale-ssh

SSH to a Tailscale machine (Linux Only).

TLDR

Advertise/Disable SSH on the host

$ sudo tailscale up --ssh=[true|false]
copy


SSH to a specific host which has Tailscale-SSH enabled
$ tailscale ssh [username]@[host]
copy

Copied to clipboard