Added more bantime and lowered max retry attempts

Ban time was too low for preventing ssh brute force attacks, this change also allows to keep the auth.log more clean and avoid wasting cpu and i/o on this. 

Bots eventually will flag your IP as secure and move along.
이 커밋은 다음에 포함됨:
kri3v
2015-07-02 12:55:43 -03:00
부모 e57e08088a
커밋 dd0bdef640
+6
파일 보기
@@ -8,6 +8,12 @@ maxretry = 20
# JAILS # JAILS
[ssh]
enabled = true
maxretry = 7
findtime = 120
bantime = 3600
[ssh-ddos] [ssh-ddos]
enabled = true enabled = true