mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
- 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-b1dcaea8d605
This commit is contained in:
parent
e94df641a9
commit
778248cf65
1 changed files with 3 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ polltime = 1
|
|||
|
||||
[Apache]
|
||||
# enabled: is this section active ?
|
||||
enabled = true
|
||||
enabled = false
|
||||
|
||||
# logfile: file to monitor.
|
||||
logfile = log-test/apache
|
||||
|
|
@ -75,7 +75,7 @@ failregex = authentication failure|user .* not found
|
|||
|
||||
[SSH]
|
||||
# enabled: is this section active ?
|
||||
enabled = true
|
||||
enabled = false
|
||||
|
||||
# logfile: file to monitor.
|
||||
logfile = log-test/current
|
||||
|
|
@ -92,5 +92,4 @@ timepattern = %%b %%d %%H:%%M:%%S
|
|||
|
||||
# failregex: regular expression which have to match the
|
||||
# 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 a new issue