Manage the eurephia blacklist
After a configured amount of failed attempts, IP addresses, certificates and/or user names will get blacklisted. The eurephiadm blacklist command can be used to delete blacklist entries, or even explicitly add new blacklist entries manually.
Available modes for the blacklist command are:
-l | --list
List all entries on the blacklist
-A | --add
Add an entry to the blacklist
-D | --delete
Delete an entry from the blacklist
-h | --help [<mode>]
Show help
The blacklist list mode will show registered entries in the blacklist.
-v | --verbose
Show more details
-u | --username <username>
User name
-d | --digest <SHA1 digest>
Certificate SHA1 digest
-i | --ipaddr <ip address>
IP address
The blacklist add mode will register a new entry to be blacklisted.
-u | --username <username>
User name
-d | --digest <SHA1 digest>
Certificate SHA1 digest
-i | --ipaddr <ip address>
IP address
The blacklist delete mode will remove a blacklisted entry.
-u | --username <username>
User name
-d | --digest <SHA1 digest>
Certificate SHA1 digest
-i | --ipaddr <ip address>
IP address
-b | --blid <ID>
Blacklist record ID
eurephiadm-attempts(7), eurephia-config(7)
Copyright (C) 2008-2012 David Sommerseth <[email protected]>