Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 33 |
- |
1 |
# Fail2Ban configuration file for guacamole
|
|
|
2 |
#
|
|
|
3 |
# Author: Steven Hiscocks
|
|
|
4 |
#
|
|
|
5 |
|
|
|
6 |
[Definition]
|
|
|
7 |
|
|
|
8 |
# Option: failregex
|
|
|
9 |
# Notes.: regex to match the password failures messages in the logfile.
|
|
|
10 |
# Values: TEXT
|
|
|
11 |
#
|
|
|
12 |
failregex = ^.*\nWARNING: Authentication attempt from <HOST> for user "[^"]*" failed\.$
|
|
|
13 |
|
|
|
14 |
# Option: ignoreregex
|
|
|
15 |
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
|
16 |
# Values: TEXT
|
|
|
17 |
#
|
|
|
18 |
ignoreregex =
|
|
|
19 |
|
|
|
20 |
[Init]
|
|
|
21 |
# "maxlines" is number of log lines to buffer for multi-line regex searches
|
|
|
22 |
maxlines = 2
|