mirror of https://github.com/fail2ban/fail2ban
DOC: update man pages. Add references to jail.conf from fail2ban-client man page
parent
fff996c8df
commit
f860307b57
|
@ -274,3 +274,4 @@ Licensed under the GNU General Public License v2 (GPL).
|
|||
.SH "SEE ALSO"
|
||||
.br
|
||||
fail2ban-server(1)
|
||||
jail.conf(5)
|
||||
|
|
|
@ -10,3 +10,4 @@ fail2ban-client \- configure and control the server
|
|||
[see also]
|
||||
.br
|
||||
fail2ban-server(1)
|
||||
jail.conf(5)
|
||||
|
|
|
@ -10,6 +10,27 @@ Fail2Ban reads log file that contains password failure report
|
|||
and bans the corresponding IP addresses using firewall rules.
|
||||
.PP
|
||||
This tools can test regular expressions for "fail2ban".
|
||||
.SS "LOG:"
|
||||
.TP
|
||||
string
|
||||
a string representing a log line
|
||||
.TP
|
||||
filename
|
||||
path to a log file (/var/log/auth.log)
|
||||
.SS "REGEX:"
|
||||
.TP
|
||||
string
|
||||
a string representing a 'failregex'
|
||||
.TP
|
||||
filename
|
||||
path to a filter file (filter.d/sshd.conf)
|
||||
.SS "IGNOREREGEX:"
|
||||
.TP
|
||||
string
|
||||
a string representing an 'ignoreregex'
|
||||
.TP
|
||||
filename
|
||||
path to a filter file (filter.d/sshd.conf)
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-\-version\fR
|
||||
|
@ -39,29 +60,16 @@ Enrich log\-messages with compressed tracebacks
|
|||
\fB\-\-full\-traceback\fR
|
||||
Either to make the tracebacks full, not compressed (as
|
||||
by default)
|
||||
.SH AUTHOR
|
||||
Written by Cyril Jaquier <cyril.jaquier@fail2ban.org>.
|
||||
Many contributions by Yaroslav O. Halchenko and Steven Hiscocks.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to https://github.com/fail2ban/fail2ban/issues
|
||||
.SS "LOG:"
|
||||
.TP
|
||||
string
|
||||
a string representing a log line
|
||||
.TP
|
||||
filename
|
||||
path to a log file (/var/log/auth.log)
|
||||
.SS "REGEX:"
|
||||
.TP
|
||||
string
|
||||
a string representing a 'failregex'
|
||||
.TP
|
||||
filename
|
||||
path to a filter file (filter.d/sshd.conf)
|
||||
.SS "IGNOREREGEX:"
|
||||
.TP
|
||||
string
|
||||
a string representing an 'ignoreregex'
|
||||
.TP
|
||||
filename
|
||||
path to a filter file (filter.d/sshd.conf)
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 2004\-2008 Cyril Jaquier, 2008\- Fail2Ban Contributors
|
||||
.br
|
||||
Copyright of modifications held by their respective authors.
|
||||
Licensed under the GNU General Public License v2 (GPL).
|
||||
.SH "SEE ALSO"
|
||||
.br
|
||||
fail2ban-client(1)
|
||||
|
|
Loading…
Reference in New Issue