From 61634c9703b25814bbda639dbbdba57be664dad3 Mon Sep 17 00:00:00 2001 From: Denis Sokolov Date: Tue, 5 Jan 2016 20:37:25 +0200 Subject: [PATCH] ssh: remove quotes around remote command --- pages/common/ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ssh.md b/pages/common/ssh.md index c34da4e26..446e51a08 100644 --- a/pages/common/ssh.md +++ b/pages/common/ssh.md @@ -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)