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

« back to all changes in this revision

Viewing changes to .pc/deb_manpages_reportbug/man/fail2ban-client.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
 
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2
 
.TH FAIL2BAN-CLIENT "1" "March 2008" "fail2ban-client v0.8.2" "User Commands"
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
 
2
.TH FAIL2BAN-CLIENT "1" "May 2013" "fail2ban-client v0.8.9" "User Commands"
3
3
.SH NAME
4
4
fail2ban-client \- configure and control the server
5
5
.SH SYNOPSIS
6
6
.B fail2ban-client
7
7
[\fIOPTIONS\fR] \fI<COMMAND>\fR
8
8
.SH DESCRIPTION
9
 
Fail2Ban v0.8.2 reads log file that contains password failure report
 
9
Fail2Ban v0.8.9 reads log file that contains password failure report
10
10
and bans the corresponding IP addresses using firewall rules.
11
11
.SH OPTIONS
12
12
.TP
16
16
\fB\-s\fR <FILE>
17
17
socket path
18
18
.TP
 
19
\fB\-p\fR <FILE>
 
20
pidfile path
 
21
.TP
19
22
\fB\-d\fR
20
23
dump configuration. For debugging
21
24
.TP
59
62
.TP
60
63
\fBping\fR
61
64
tests if the server is alive
 
65
.TP
 
66
\fBhelp\fR
 
67
return this output
62
68
.IP
63
69
LOGGING
64
70
.TP
110
116
of <JAIL>
111
117
.TP
112
118
\fBset <JAIL> dellogpath <FILE>\fR
113
 
removes <FILE> to the monitoring
 
119
removes <FILE> from the monitoring
114
120
list of <JAIL>
115
121
.TP
116
122
\fBset <JAIL> addfailregex <REGEX>\fR
140
146
sets the number of seconds <TIME>
141
147
a host will be banned for <JAIL>
142
148
.TP
 
149
\fBset <JAIL> usedns <VALUE>\fR
 
150
sets the usedns mode for <JAIL>
 
151
.TP
 
152
\fBset <JAIL> banip <IP>\fR
 
153
manually Ban <IP> for <JAIL>
 
154
.TP
 
155
\fBset <JAIL> unbanip <IP>\fR
 
156
manually Unban <IP> in <JAIL>
 
157
.TP
143
158
\fBset <JAIL> maxretry <RETRY>\fR
144
159
sets the number of failures
145
160
<RETRY> before banning the host
191
206
gets the list of ignored IP
192
207
addresses for <JAIL>
193
208
.TP
194
 
\fBget <JAIL> timeregex\fR
195
 
gets the regular expression used
196
 
for the time detection for <JAIL>
197
 
.TP
198
 
\fBget <JAIL> timepattern\fR
199
 
gets the pattern used for the time
200
 
detection for <JAIL>
201
 
.TP
202
209
\fBget <JAIL> failregex\fR
203
210
gets the list of regular
204
211
expressions which matches the
218
225
gets the time a host is banned for
219
226
<JAIL>
220
227
.TP
 
228
\fBget <JAIL> usedns\fR
 
229
gets the usedns setting for <JAIL>
 
230
.TP
221
231
\fBget <JAIL> maxretry\fR
222
232
gets the number of failures
223
233
allowed for <JAIL>
245
255
\fBget <JAIL> actionunban <ACT>\fR
246
256
gets the unban command for the
247
257
action <ACT> for <JAIL>
 
258
.TP
 
259
\fBget <JAIL> cinfo <ACT> <KEY>\fR
 
260
gets the value for <KEY> for the
 
261
action <ACT> for <JAIL>
248
262
.SH FILES
249
263
\fI/etc/fail2ban/*\fR
250
264
.SH AUTHOR
251
265
Written by Cyril Jaquier <cyril.jaquier@fail2ban.org>.
252
266
Many contributions by Yaroslav O. Halchenko <debian@onerussian.com>.
253
267
.SH "REPORTING BUGS"
254
 
Report bugs on https://github.com/fail2ban/fail2ban/issues
 
268
Report bugs to https://github.com/fail2ban/fail2ban/issues
255
269
.SH COPYRIGHT
256
 
Copyright \(co 2004-2008 Cyril Jaquier
 
270
Copyright \(co 2004\-2008 Cyril Jaquier, 2008\- Fail2Ban Contributors
257
271
.br
258
272
Copyright of modifications held by their respective authors.
259
273
Licensed under the GNU General Public License v2 (GPL).