           SPELL=denyhosts
         VERSION=2.6
          SOURCE=DenyHosts-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/DenyHosts-$VERSION
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
      LICENSE[0]=GPL
        WEB_SITE=http://denyhosts.sourceforge.net/
         ENTERED=20051011
        KEYWORDS="ssh security"
           SHORT='Script to thwart ssh server attacks'
cat << EOF
DenyHosts is a script intended to be run by Linux system administrators to
help thwart ssh server attacks.

If you've ever looked at your ssh log (/var/log/secure on Redhat,
/var/log/auth.log on Mandrake, etc...) you may be alarmed to see how many
hackers attempted to gain access to your server. Hopefully, none of them were
successful (but then again, how would you know?). Wouldn't it be better to
automatically prevent that attacker from continuing to gain entry into your
system?

DenyHosts attempts to address the above.
EOF
