다음의 미러
https://github.com/mail-in-a-box/mailinabox.git
동기화됨 2026-09-13 00:28:01 +02:00
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.
이 커밋은 다음에 포함됨:
@@ -8,6 +8,12 @@ maxretry = 20
|
||||
|
||||
# JAILS
|
||||
|
||||
[ssh]
|
||||
enabled = true
|
||||
maxretry = 7
|
||||
findtime = 120
|
||||
bantime = 3600
|
||||
|
||||
[ssh-ddos]
|
||||
enabled = true
|
||||
|
||||
|
||||
새 이슈에서 참조
사용자 차단