Edit SSH Config File (You need sudo permission)
vi /etc/ssh/sshd_config
Update/Uncomment the # Port 22 line and change the port number to something else, let's say 9044, to be something similar to the following:
Port 9044
Disable Root Login, by uncommenting # PermitRootLogin yes and change it to