CentOS - How to Running SSH on a Non-Standard Port

To running ssh on a non-standard port(standard port is 22), run this command:
[code]ssh -p 62500 <ip address>[/code]

Comments