Corrected SSH parameter

Port number parameter is a p, not a capital P
This commit is contained in:
Chirag
2014-03-01 11:46:48 +05:30
parent b5408a18d4
commit a35006fece

View File

@@ -9,7 +9,7 @@
- connecting to a remote server with specific port - 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 - run a command on a remote server