sudo vi /etc/ssh/sshd_config
and change the Port:
Port <change to another port other than 22> PermitRootLogin no
sudo /etc/init.d/ssh restart