How to Install fail2ban on CentOS RedHat Reference to my original post here Make sure you have the repo darg for CentOS/RedHat # yum install fail2ban # chkconfig –add fail2ban # chkconfig fail2ban on # vim /etc/fail2ban.conf [DEFAULT] background = […]
Secure SSH with Fail2Ban
Remote managing a server is important but I believe securing it is just as important. Would you like to type “last” and just relize someone has just login into your server from a far country? Well the solution is here! […]