Laibeus Lord wrote: > 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?
It should be in /usr/bin; how did you install it, source or rpm? > 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 Take a look at the README.txt, the installation instructions are right there. -- René Berber ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Denyhosts-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/denyhosts-user
