1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

ssh: remove quotes around remote command

This commit is contained in:
Denis Sokolov 2016-01-05 20:37:25 +02:00
parent bc367687e3
commit 61634c9703

View file

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