denyhosts的使用
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了denyhosts的使用相关的知识,希望对你有一定的参考价值。
简介
使用python写的一个小软件,但是有大作用。通过监控系统日志,发现频繁登陆失败,通过TCP Wrappers禁止IP访问。DenyHosts是UNIX Review杂志评选的2005年8月的月度工具。
官方站点:http://denyhosts.sourceforge.net/index.html
GitHub地址:https://github.com/denyhosts/denyhosts
GitHub上有较新的版本。
安装
tar xf DenyHosts-2.6.tar.gz
cd DenyHosts-2.6
python setup.py install
cd /usr/share/denyhosts/
cp denyhosts.cfg-dist denyhosts.cfg
cp daemon-control-dist daemon-control
chown root daemon-control
chmod 700 daemon-control
ln -s /usr/share/denyhosts/daemon-control /etc/init.d/denyhosts
/etc/init.d/denyhosts start
chkconfig denyhosts on
配置
以上是关于denyhosts的使用的主要内容,如果未能解决你的问题,请参考以下文章