~ubuntu-branches/ubuntu/saucy/fail2ban/saucy

« back to all changes in this revision

Viewing changes to man/fail2ban.1

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2013-05-13 11:58:56 UTC
  • mfrom: (1.1.15) (10.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20130513115856-x7six9p53qcie0vl
Tags: 0.8.9-1
* New upstream release
  - significant improvements in documentation (Closes: #400416)
  - roundcube auth filter (Closes: #699442)
  - enforces C locale for dates (Closes: #686341)
  - provides bash_completion.d/fail2ban
* debian/jail.conf:
  - added findtime and documentation on those basic options from jail.conf
    (Closes: #704568)
  - added new sample jails definitions for ssh-route, ssh-iptables-ipset{4,6},
    roundcube-auth, sogo-auth, mysqld-auth
* debian/control:
  - suggest system-log-daemon (Closes: #691001)
  - boost policy compliance to 3.9.4
* debian/rules:
  - run fail2ban's unittests at build time but ignore the failures
    (there are still some known issues to fix up to guarantee robust testing
    in clean chroots etc).
    Only pyinotify was added to build-depends since gamin might still be
    buggy on older releases and get stuck, which would complicate
    backporting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH FAIL2BAN "1" "March 2013" "Fail2Ban"
 
2
.SH NAME
 
3
fail2ban \- a set of server and client programs to limit brute force authentication attempts.
 
4
.SH DESCRIPTION
 
5
Fail2Ban consists of a client, server and configuration files to limit
 
6
brute force authentication attempts.
 
7
 
 
8
The server program \fBfail2ban-server\fR is responsible for monitoring
 
9
log files and issuing ban/unban commands.  It gets configured through
 
10
a simple protocol by \fBfail2ban-client\fR, which can also read
 
11
configuration files and issue corresponding configuration commands to
 
12
the server.
 
13
 
 
14
For details on the configuration of fail2ban see the jail.conf(5)
 
15
manual page.  A jail (as specified in jail.conf) couples filters and
 
16
actions definitions for any given list of files to get monitored.
 
17
 
 
18
For details on the command-line options of fail2ban-server see the
 
19
fail2ban-server(1) manual page.
 
20
 
 
21
For details on the command-line options and commands for configuring
 
22
the server via fail2ban-client see the fail2ban-client(1) manual page.
 
23
 
 
24
For testing regular expressions specified in a filter using the
 
25
fail2ban-regex program may be of use and its manual page is
 
26
fail2ban-regex(1).
 
27
 
 
28
.SH FILES
 
29
\fI/etc/fail2ban/*\fR
 
30
.SH AUTHOR
 
31
Manual page written by Daniel Black and Yaroslav Halchenko
 
32
.SH "REPORTING BUGS"
 
33
Report bugs to https://github.com/fail2ban/fail2ban/issues
 
34
.SH COPYRIGHT
 
35
Copyright \(co 2013
 
36
.br
 
37
Copyright of modifications held by their respective authors.
 
38
Licensed under the GNU General Public License v2 (GPL).
 
39
.SH "SEE ALSO"
 
40
.br 
 
41
fail2ban-server(1)
 
42
fail2ban-client(1)
 
43
fail2ban-regex(1)
 
44
jail.conf(5)