From: Christopher E. <ce...@lc...> - 2018-11-02 11:16:16
|
Hi, currently, SSHGuard repots attacks as 'Attack from service <number> from ...'. Though over time I have learned the numbers of the various services, it would be much more helpful to the user if this were changed to something like 'Attack from service <short service name> from ...'. AFAICT, SSHGuard mostly uses SERVICE_<NAME> constants internally anyway, and those are assigned a number in attack.h. Is there a technical reason for mapping SERVICE_<NAME> to numbers instead of a name? I'd be happy to attempt a patch to change this, but of course only if it actually makes sense to do so. Best, Christopher |