diff --git a/common/ssh.md b/common/ssh.md index 19c08159b9..880268e178 100644 --- a/common/ssh.md +++ b/common/ssh.md @@ -11,6 +11,10 @@ `ssh {{username}}@{{remote_host}} -P {{2222}}` +- run a command on a remote server + +`ssh {{remote_host}} "{{command -with -flags}}"` + - ssh tunneling: dynamic port forwarding (SOCKS proxy on localhost:9999) `ssh -D {{9999}} -C {{username}}@{{remote_host}}`