Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
denyhosts - A script to help thwart ssh server attacks
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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
denyhosts |
2.6 |
5.fc6 |
src |
61 KiB |
Tue Jun 19 20:29:00 2007 |
Changelog
- * Tue Jun 19 18:00:00 2007 Jason L Tibbitts III <tibbs{%}math{*}uh{*}edu> - 2.6-5
- Apply yet another regex.py fix from Jonathan Underwood to fix bug 244943.
- * Mon Apr 23 18:00:00 2007 Jason L Tibbitts III <tibbs{%}math{*}uh{*}edu> - 2.6-4
- Apply fix to regex.py from Jonathan Underwood to fix bug 237449.
- * Fri Dec 8 17:00:00 2006 Jason L Tibbitts III <tibbs{%}math{*}uh{*}edu> - 2.6-3
- Rebuild for new python.