This will withstand brute force attacks by hackers to obtain the password.
freshclam clamscan -r -i /
vi /etc/ssh/sshd_config
and add the following lines:
PasswordAuthentication no ChallengeResponseAuthentication no
If root access is not permitted, check Login as root to fix the issue.