mirror of https://github.com/fail2ban/fail2ban
- Changed all sections to disabled by default
- Add "Invalid user" to SSH failregex git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@104 a942ae1a-1317-0410-a47c-b1dcaea8d6050.6
parent
468f70dc15
commit
b0cae2c43f
|
@ -54,7 +54,7 @@ polltime = 1
|
||||||
|
|
||||||
[Apache]
|
[Apache]
|
||||||
# enabled: is this section active ?
|
# enabled: is this section active ?
|
||||||
enabled = true
|
enabled = false
|
||||||
|
|
||||||
# logfile: file to monitor.
|
# logfile: file to monitor.
|
||||||
logfile = log-test/apache
|
logfile = log-test/apache
|
||||||
|
@ -75,7 +75,7 @@ failregex = authentication failure|user .* not found
|
||||||
|
|
||||||
[SSH]
|
[SSH]
|
||||||
# enabled: is this section active ?
|
# enabled: is this section active ?
|
||||||
enabled = true
|
enabled = false
|
||||||
|
|
||||||
# logfile: file to monitor.
|
# logfile: file to monitor.
|
||||||
logfile = log-test/current
|
logfile = log-test/current
|
||||||
|
@ -92,5 +92,4 @@ timepattern = %%b %%d %%H:%%M:%%S
|
||||||
|
|
||||||
# failregex: regular expression which have to match the
|
# failregex: regular expression which have to match the
|
||||||
# message written in the log file in case of password failure.
|
# message written in the log file in case of password failure.
|
||||||
failregex = Authentication failure|Failed password
|
failregex = Authentication failure|Failed password|Invalid user
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue