mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 04:49:25 +00:00
Update cheatsheets
This commit is contained in:
17
tailscale-ssh
Normal file
17
tailscale-ssh
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user