denyhosts - A script to help thwart ssh server attacks

Description:

DenyHosts is a Python script that analyzes the sshd server log
messages to determine which hosts are attempting to hack into your
system. It also determines what user accounts are being targeted. It
keeps track of the frequency of attempts from each host and, upon
discovering a repeated attack host, updates the /etc/hosts.deny file
to prevent future break-in attempts from that host.  Email reports can
be sent to a system admin.

Homepage: http://denyhosts.sourceforge.net/

License: GPLv2

Vendor: Fedora Project

Packages

denyhosts-2.6-7.fc8.noarch [95 KiB] Changelog by Jason L Tibbitts III (2007-08-23):
- Init file tweaks including patch from Jonathan Underwood
  (bug 188536).
- Attempt to add LSB-compliant comment block.