Hi to all!
I'm just new to this ML. I'm trying to get working denyhost for vsftpd 
on a debian system. I put these two line in my /etc/denyhosts.conf:

SSHD_FORMAT_REGEX = re.compile(r""".* 
(vsftpd.*:|\[vsftpd\])(.*(?P<message>.*authentication failure))""")

USERDEF_FAILED_ENTRY_REGEX = re.compile(r""".*vsftpd.*authentication 
failure.*(rhost=(?P<host>\d*\.\d*\.\d*\.\d*)*)""")


to work on this auth.log file:

May 28 22:09:19 LNXFTP01 vsftpd: (pam_unix) check pass; user unknown
May 28 22:09:19 LNXFTP01 vsftpd: (pam_unix) authentication failure; 
logname= uid=0 euid=0 tty=ftp ruser=Administrator rhost=123.123.123.123
May 28 22:09:22 LNXFTP01 vsftpd: (pam_unix) check pass; user unknown
May 28 22:09:22 LNXFTP01 vsftpd: (pam_unix) authentication failure; 
logname= uid=0 euid=0 tty=ftp ruser=Administrator rhost=123.123.123.123

but it seems to be not working :(

Where is my fault ?

Regards,
-Giacomo-

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Denyhosts-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/denyhosts-user

Reply via email to