From a35006fece081cc9f6097e4b197e84d3794a0b8f Mon Sep 17 00:00:00 2001 From: Chirag Date: Sat, 1 Mar 2014 11:46:48 +0530 Subject: [PATCH] Corrected SSH parameter Port number parameter is a p, not a capital P --- common/ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/ssh.md b/common/ssh.md index 880268e17..d4cb6eab8 100644 --- a/common/ssh.md +++ b/common/ssh.md @@ -9,7 +9,7 @@ - connecting to a remote server with specific port -`ssh {{username}}@{{remote_host}} -P {{2222}}` +`ssh {{username}}@{{remote_host}} -p {{2222}}` - run a command on a remote server