Take a peak in this file:
/etc/ssh/sshd_config
and change the port number to whatever seems reasonable to you (and probably a port that’s not currently in use is a good idea).
After that, restart sshd:
/etc/init.d/ssh restart
You should now be able to log in using the new port number.