Secure Shell and Secure FTP over Custom Ports

ssh and sftp custom port number

Everyone knows they should be using ssh instead of telnet, and sftp instead of ftp. I regularly drop to the command line and use these utilities. By default, these run on port 22. But, sometimes you need to connect to a custom port number because the server is bound to something other than port 22. […]