Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
denyhosts: A script to help thwart ssh server attacks
- Summary
- 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.
Changelog
- * Sat Jul 2 13:00:00 2005 Jason L Tibbitts III <tibbs{%}math{*}uh{*}edu> - 0.6.0-1
- Update to 0.6.0
- Add fix for "from version import VERSION" issue.
- * Thu May 19 13:00:00 2005 Jason L Tibbitts III <tibbs{%}math{*}uh{*}edu> - 0.5.5-2
- Use dist tag
- Don't automatically enable at install time
- Include %ghost'ed allowed-warned-hosts file
- Use %ghost instead of including zero length files.
- Source is at dl.sourceforge.net
- * Thu May 12 13:00:00 2005 Jason L Tibbitts III <tibbs{%}math{*}uh{*}edu> - 0.5.5-1
- Initial build