Commit dd0bdef6 authored by kri3v's avatar kri3v

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.
parent e57e0808
...@@ -8,6 +8,12 @@ maxretry = 20 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment