mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-30 21:14:09 +02:00
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>
This commit is contained in:
parent
32ddd0d9a7
commit
371ad36a88
1 changed files with 12 additions and 0 deletions
12
pages/common/tailscale-ssh.md
Normal file
12
pages/common/tailscale-ssh.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue