Greetings,
I have PasswordAuthentication disabled and PubkeyAuthentication enabled in my sshd_config file. As expected, I can log in with a key file, but not with a password.
However, I continue to receive LFD alert emails of attempted password logins. Fortunately, I have the number of attempts before blocking the IP set to 1:
"Mar 8 11:45:52 server sshd[21937]: Invalid user ubuntu from 113.194.225.168 port 35078"
When I attempt to log in with a password externally to my public IP, it fails as expected:
"No supported authentication methods available (server sent: publickey,gssapi-keyex,gssapi-with-mic)"
How are some hackers still able to reach the login prompt?
Thank you,
Michael