426 B
426 B
Go to file /etc/ssh/sshd_config
Find param ChallengeResponseAuthentication and set to no.
ChallengeResponseAuthentication no
Find param PasswordAuthentication and set to no
PasswordAuthentication no
Find param UsePAM and set to no
UsePAM no
It may also be a good idea to disable root login
PermitRootLogin no
Reload ssh server with /etc/init.d/ssh reload