If you are pulling from a Linux machine, you can check this file:
/etc/ssh/ssh_config
To make sure you are not setting your default SSH port for anything other than 22. Some people get confused between this file and:
/etc/ssh/sshd_config
When they configure the servers to a non-standard SSH port.
source share