fail2ban防止暴力破解

fail2ban防止暴力破解

 

http://www.fail2ban.org

1)下载安装包

wget https://github.com/fail2ban/fail2ban/archive/0.8.14.tar.gz && tar -xvzf 0.8.14.tar.gz

2)解压后查看说明

cd fail2ban-0.8.12 
cat README.md

3)检查环境

[root@localhost ~]# python -V 
Python 2.7.5 
[root@localhost ~]# uname -r 
3.10.0-693.el7.x86_64

4)安装

cd fail2ban-0.8.12 
python setup.py install

5)生成服务启动脚本并开机自启:

cp files/redhat-initd /etc/init.d/fail2ban 
/sbin/chkconfig fail2ban on

6)修改配置 /etc/fail2ban/jail.conf 【enabled = true】

[ssh-iptables]
# 是否开启
enabled  = true
# 过滤规则
filter   = sshd
# 动作
action   = iptables[name=SSH, port=ssh, protocol=tcp]
# 日志文件的路径
logpath  = /var/log/secure
# 匹配到的阈值(次数)
maxretry = 3

7)启动

/etc/init.d/fail2ban start

8)测试

ssh 192.168.10.123

[root@localhost log]# ssh 192.168.10.194
ssh: connect to host 192.168.10.194 port 22: Connection refused

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值