hosts.allow ?

Chris Maness chris at chrismaness.com
Sun Mar 19 14:48:04 UTC 2006


Daniel A. wrote:
> On 3/19/06, Chris Maness <chris at chrismaness.com> wrote:
>   
>> My denyhost script is doing it's job by adding:
>>
>> sshd: 62.149.232.105 : deny
>>
>> to the hosts.allow file, but I see that this host is still making
>> attempts to get into my box.  Is there a cron job or something that has
>> to re-read the hosts.allow file before it the IP will be blocked?
>> _______________________________________________
>> freebsd-questions at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>>
>>     
> Offtopic, but
> How did you set up denyhosts? Daemon? Cron?
>
>   
install security/denyhost

add:

# Mmonitor logfiles for suspcious activity
@reboot root /usr/local/bin/denyhosts.py --daemon -c /etc/denyhosts.cfg

to /etc/crontab

I'm still playing with hosts.allow to get it to work right.


More information about the freebsd-questions mailing list