通过下面命令安装fail2ban
yum -y install fail2ban
启动
systemctl start fail2ban
查看状态
systemctl status fail2ban
设置开机启动
systemctl enable fail2ban
检查版本
fail2ban-client -V
fail2ban-sever -V
检查配置文件是否有误
fail2ban-client -d
配置后需要重启服务
systemctl restart fail2ban
通过ssh登录错误尝试看看
查看日志
cat /var/log/fail2ban.log
三次后ip被ban了,直接给自己踢下线了
换地址登录后查看日志