tailscale-ssh: add page (#8151)

* tailscale-ssh: add page
* tailscale-ssh: cosmetic fixes

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
pull/1/head
Muhammad Falak R Wani 2022-06-30 06:09:19 +05:30 committed by GitHub
parent 32ddd0d9a7
commit 371ad36a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# 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}}`