roles/common: Don't log brute force SSH attempts
This is nice to see that the throttling is working, but the logs are completely full of this useless crap now.
This commit is contained in:
parent
329edaee87
commit
18ee583261
@ -7,9 +7,6 @@
|
|||||||
<rule family="ipv4">
|
<rule family="ipv4">
|
||||||
<source address="0.0.0.0/0"/>
|
<source address="0.0.0.0/0"/>
|
||||||
<port protocol="tcp" port="22"/>
|
<port protocol="tcp" port="22"/>
|
||||||
<log prefix="ssh fw limit 5/m " level="warning">
|
|
||||||
<limit value="5/m"/>
|
|
||||||
</log>
|
|
||||||
<accept>
|
<accept>
|
||||||
<limit value="5/m"/>
|
<limit value="5/m"/>
|
||||||
</accept>
|
</accept>
|
||||||
@ -19,9 +16,6 @@
|
|||||||
<rule family="ipv6">
|
<rule family="ipv6">
|
||||||
<source address="::/0"/>
|
<source address="::/0"/>
|
||||||
<port protocol="tcp" port="22"/>
|
<port protocol="tcp" port="22"/>
|
||||||
<log prefix="ssh fw limit 5/m " level="warning">
|
|
||||||
<limit value="5/m"/>
|
|
||||||
</log>
|
|
||||||
<accept>
|
<accept>
|
||||||
<limit value="5/m"/>
|
<limit value="5/m"/>
|
||||||
</accept>
|
</accept>
|
||||||
|
Loading…
Reference in New Issue
Block a user