1eurephiadm blacklist(7) eurephiadm blacklist(7)
2
3
4
6 eurephiadm-blacklist - Manage the eurephia blacklist
7
9 After a configured amount of failed attempts, IP addresses, certifiā
10 cates and/or user names will get blacklisted. The eurephiadm blacklist
11 command can be used to delete blacklist entries, or even explicitly add
12 new blacklist entries manually.
13
14 Available modes for the blacklist command are:
15
16 -l | --list
17 List all entries on the blacklist
18
19 -A | --add
20 Add an entry to the blacklist
21
22 -D | --delete
23 Delete an entry from the blacklist
24
25 -h | --help [<mode>]
26 Show help
27
29 The blacklist list mode will show registered entries in the blacklist.
30
31 -v | --verbose
32 Show more details
33
34 Filters:
35 -u | --username <username>
36 User name
37
38 -d | --digest <SHA1 digest>
39 Certificate SHA1 digest
40
41 -i | --ipaddr <ip address>
42 IP address
43
45 The blacklist add mode will register a new entry to be blacklisted.
46
47 One of the following parameters must be given (only one):
48 -u | --username <username>
49 User name
50
51 -d | --digest <SHA1 digest>
52 Certificate SHA1 digest
53
54 -i | --ipaddr <ip address>
55 IP address
56
58 The blacklist delete mode will remove a blacklisted entry.
59
60 One of the following parameters must be given (only one):
61 -u | --username <username>
62 User name
63
64 -d | --digest <SHA1 digest>
65 Certificate SHA1 digest
66
67 -i | --ipaddr <ip address>
68 IP address
69
70 -b | --blid <ID>
71 Blacklist record ID
72
74 eurephiadm-attempts(7), eurephia-config(7)
75
77 Copyright (C) 2008-2012 David Sommerseth <dazo@users.sourceforge.net>
78
79
80
81David Sommerseth July 2010 eurephiadm blacklist(7)