You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your sharing. I just successfully install the container but when I want to start it, I got the error No file(s) found for glob /var/log/auth.log
I am new to container and Fail2Ban. How can I solve this? Thanks.
The text was updated successfully, but these errors were encountered:
According to this post, it seems that you don't have syslog or rsyslog on your system which causes that you don't have the auth.log file. This log file is used by my default config for fail2ban to protect your ssh connection.
[ssh]
enabled = true
port = ssh
filter = sshd
# Change this path if needed or remove all config to disable the ssh protection
logpath = /var/log/auth.log
maxretry = 5
Don't hesitate to replace my default jail.local config with yours by adding the argument
-v /path/to/jail.local:/etc/fail2ban/jail.local
If you think that the default config could be improved, don't hesitate to propose a better config 😊
Hi
Thanks for your sharing. I just successfully install the container but when I want to start it, I got the error
No file(s) found for glob /var/log/auth.log
I am new to container and Fail2Ban. How can I solve this? Thanks.
The text was updated successfully, but these errors were encountered: