mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00
Merge pull request #601 from denis-sokolov/patch-1
ssh: remove quotes around remote command
This commit is contained in:
commit
b82e5ab624
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
- run a command on a remote server
|
- 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)
|
- ssh tunneling: dynamic port forwarding (SOCKS proxy on localhost:9999)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue