forked from atmoz/sftp
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not ban private key auth attempts from correct username and wrong key #8
Comments
Seems to only happen when I try logging in, with the correct username, and wrong key. This is what the log looks like during this type of login:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I add
PasswordAuthentication no
to sshd_config for private key only login: Fail2ban does not ban failed key login attempts. It does work properly withPasswordAuthentication yes
The text was updated successfully, but these errors were encountered: