1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 13:18:07 +01:00

Merge pull request #601 from denis-sokolov/patch-1

ssh: remove quotes around remote command
This commit is contained in:
Ruben Vereecken 2016-01-05 19:46:51 +01:00
commit b82e5ab624

View file

@ -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)