我已经安装fail2ban
在Debian Jessie LXC容器上,当前由于以下原因而失败:
Starting authentication failure monitor: fail2ban
ERROR No file(s) found for glob /var/log/auth.log
ERROR Failed during configuration: Have not found any log file for ssh jail
系统上没有syslog
或rsyslog
,因此/var/log/auth.log
不会生成。有没有办法告诉fail2ban
使用输出journalctl _COMM=sshd
?
systemd
该选项似乎不受以下支持fail2ban 0.8.13
:fail2banERROR NOK: ("Unknown backend systemd. Must be among ['pyinotify', 'gamin', 'polling'] or 'auto'",)