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
- * Fri Jan 13 22:00:00 2006 Jason L Tibbitts III <tibbs{%}math{*}uh{*}edu> - 1.1.4-2
- Clean up %post script; just call condrestart and don't bother with
the call to --upgrade099.
- * Fri Jan 13 22:00:00 2006 Jason L Tibbitts III <tibbs{%}math{*}uh{*}edu> - 1.1.4-1
- Update to 1.1.4.
- * Fri Nov 18 22:00:00 2005 Jason L Tibbitts III <tibbs{%}math{*}uh{*}edu> - 1.1.3-1
- Update to 1.1.3
- Update README.fedora to document what the package currently does.
- Drop default PURGE_DENY from one year to four weeks.