diff --git a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries index cfe387b..6194601 100644 --- a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries +++ b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries @@ -1,5 +1,5 @@ { -my $maxretry = $fail2ban{'MaxRetry'} || '3'; +my $maxretry = $fail2ban{'MaxRetry'} || '5'; $OUT .= "maxretry = $maxretry";