I followed the instructions from this site -> http://www.howtoforge.com/preventing_ssh_dictionary_attacks_with_denyhosts
And did the one for RedHat, changing the last update-rc.d to
ln -s /etc/init.d/denyhosts /etc/rc.d/rc3.d/S99denyhosts
ln -s /etc/init.d/denyhosts /etc/rc.d/rc5.d/S99denyhosts
or
chkconfig denyhosts --add
But, when I'm searching for the file "denyhosts.py", it isn't anywhere in my server.
I thought it was supposed to be created or anything.
Where can I find it?
My folder /usr/share/denyhosts (installation folder) only have the following folder and files
plugins/ with readme.contrib; shorewall_allow (and) _deny.sh and test_deny.py
scripts/ with restricted_from_invalid (and) _passwd.py
changelog.txt
daemon-control
daemon-control-dist
denyhosts.cfg
denyhosts.cfg-dist
license.txt
readme.txt
setup.py
Thanks for the help!!