ssh with a different port
Usually the standard port for ssh is 22 on your server, but if you choose to change this to help stop dirty scripts then you have to ssh in with the following command
For example, if your port # was changed to 8888
ssh -p 8888 yourusername@youriporwebsite.com
