mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 00:27:21 +03:00
ssh: remove quotes around remote command
This commit is contained in:
parent
bc367687e3
commit
61634c9703
@ -17,7 +17,7 @@
|
||||
|
||||
- run a command on a remote server
|
||||
|
||||
`ssh {{remote_host}} "{{command -with -flags}}"`
|
||||
`ssh {{remote_host}} {{command -with -flags}}`
|
||||
|
||||
- ssh tunneling: dynamic port forwarding (SOCKS proxy on localhost:9999)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user