mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:45:59 +02:00
Corrected SSH parameter
Port number parameter is a p, not a capital P
This commit is contained in:
parent
b5408a18d4
commit
a35006fece
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue