Scroll to navigation

eurephiadm attempts(7) eurephiadm attempts(7)

NAME

eurephiadm-attempts - Manage the attempts log in eurephia

DESCRIPTION

When a remote user fails to authenticate correctly, the attemp will be logged. After a certain amount of attempts the IP address, certificate and/or user account will be blocked. The eurephiadm attempts command is used to get an overview over what is registered as failed attempts and to give the possibility to reset or delete the registered attempts counter.

Available modes for the attempts command are:

Delete a registered login attempt
Reset a registered login attempt
List all registered login attempts
Show help

DELETE MODE

The attempts delete mode will remove a record from the attempts log.

One of the following parameters must be given (only one):

User name to delete
Certificate SHA1 digest to delete
IP address to delete
Attempts record ID to delete

RESET MODE

The attempts reset mode will reset the attempt counter.

One of the following parameters must be given (only one):

User name to reset
Certificate SHA1 digest to reset
IP address to reset
Attempts record ID to reset

LIST MODE

The attempts list mode will show all registered login attempts.

Show more details

Filters:

List only attempts matching the given user name
List only attempts matching the given SHA1 certificate digest
List only attempts matching the given IP address

SEE ALSO

eurephiadm-blacklist(7), eurephia-config(7)

AUTHOR

Copyright (C) 2008-2012 David Sommerseth <dazo@users.sourceforge.net>

July 2010 David Sommerseth