You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alias fail2ban-jails="sudo fail2ban-client status | grep \"Jail list:\" | sed \"s/ //g\" | awk '{split(\$2,a,\",\");for(i in a) system(\"sudo fail2ban-client status \" a[i])}' | grep \"Status\|IP list\""
alias fail2ban-jails-details="sudo sh -c \"fail2ban-client status | sed -n 's/,//g;s/.*Jail list://p' | xargs -n1 fail2ban-client status\""