fail2ban/man/fail2ban.1

45 lines
1.5 KiB
Groff
Raw Normal View History

.TH FAIL2BAN "1" "March 2013" "Fail2Ban"
2013-03-23 09:12:31 +00:00
.SH NAME
fail2ban \- a set of server and client programs to limit brute force authentication attempts.
.SH DESCRIPTION
2013-03-25 02:12:52 +00:00
Fail2Ban consists of a client, server and configuration files to limit
brute force authentication attempts.
2013-03-23 09:12:31 +00:00
2013-03-25 02:12:52 +00:00
The server program \fBfail2ban-server\fR is responsible for monitoring
log files and issuing ban/unban commands. It gets configured through
a simple protocol by \fBfail2ban-client\fR, which can also read
configuration files and issue corresponding configuration commands to
the server.
2013-03-23 09:12:31 +00:00
2013-03-25 02:12:52 +00:00
For details on the configuration of fail2ban see the jail.conf(5)
manual page. A jail (as specified in jail.conf) couples filters and
actions definitions for any given list of files to get monitored.
2013-03-23 09:12:31 +00:00
2013-03-25 02:12:52 +00:00
For details on the command-line options of fail2ban-server see the
fail2ban-server(1) manual page.
2013-03-23 09:12:31 +00:00
2013-03-25 02:12:52 +00:00
For details on the command-line options and commands for configuring
the server via fail2ban-client see the fail2ban-client(1) manual page.
2013-03-23 09:12:31 +00:00
2013-03-25 02:12:52 +00:00
For testing regular expressions specified in a filter using the
fail2ban-regex program may be of use and its manual page is
fail2ban-regex(1).
2013-03-23 09:12:31 +00:00
.SH FILES
\fI/etc/fail2ban/*\fR
.SH AUTHOR
2013-03-25 02:12:52 +00:00
Manual page written by Daniel Black and Yaroslav Halchenko
2013-03-23 09:12:31 +00:00
.SH "REPORTING BUGS"
Report bugs to https://github.com/fail2ban/fail2ban/issues
.SH COPYRIGHT
Copyright \(co 2013
.br
Copyright of modifications held by their respective authors.
Licensed under the GNU General Public License v2 (GPL).
.SH "SEE ALSO"
.br
fail2ban-server(1)
fail2ban-client(1)
fail2ban-regex(1)
2013-03-25 02:12:52 +00:00
jail.conf(5)