We recommend our customers to run SSH in a custom port to avoid common attacks to SSH port 22. Something like 22123 or similar.
To change the port edit the file /etc/ssh/sshd_config, uncomment and modify the line that defines the port:
Port 22123
Then restart the SSH daemon with:
service sshd restart