Corrected SSH parameter
Port number parameter is a p, not a capital P
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user