diff --git a/pages/common/tailscale-ssh.md b/pages/common/tailscale-ssh.md new file mode 100644 index 000000000..9c1b971de --- /dev/null +++ b/pages/common/tailscale-ssh.md @@ -0,0 +1,12 @@ +# tailscale ssh + +> SSH to a Tailscale machine (Linux Only). +> More information: . + +- 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}}`