How to Connect SSH/SCP to a Server on a Non-Standard Port
How to SSH into a Remote Server on a Non-Standard Port
Example: If the port is 20086, the user is “user”, and the IP is 192.168.0.111, here is the connection method:
ssh -p 20086 [email protected]
If the server user is root, you can omit the username: …