I’ve installed a VPS with a LEMP server, ssh with keys (no password) and fail2ban. But after setting the ssh keys and disable passwords, fail2ban won’t react anymore.
I’ve searched on the internet, but I couldn’t find anything that helps.
Can someone help me out?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This question was answered by @69aad7c5e8f0d14:
i had that problem, i changed this in file jail.local
from backend = auto to backend = polling
/69
i had that problem, i changed this in file jail.local
from backend = auto to backend = polling
/69
Thanks for your reply! My reply is some late but this is working!