Can I use DenyHosts on FreeBSD using a non-standard hosts.deny file?
Yes. Beginning with DenyHosts version 0.7.2 this can be accomplished by following these steps: • edit your HOSTS_DENY configuration value to point it to another file such as “/etc/hosts.evil”. • edit your BLOCK_SERVICE configuration value and leave it blank • edit your /etc/hosts.allow file and add: sshd : /etc/hosts.evil : deny sshd : ALL : allow • issue the following command: touch /etc/hosts.