Edit the /etc/ssh/sshd_config file, and change the Port:
Port <change to another port other than 22>
sudo systemctl restart ssh or sudo /etc/init.d/ssh restart
NOTE: Remember to update firewall rules accordingly and ensure the new port is not used by another service.