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

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