Why cant i turn off ssh password authentication?
i have the following in /etc/ssh/sshd_config
PasswordAuthentication no
But sshd still allows for password authentication.
I need to turn this off, i use public key authentication and dont need eed this.
according to my logs there have been a few attempts to randomaly find usernames and passwords. Ive already changed the port but i also want to be able to block all dictionary attacks, even incase they scan all ports.
Dan