Skip to content

Commit 2746a6a

Browse files
committed
ansible: Quiet down even more over SSH scans
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 93df5b8 commit 2746a6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/files/scripts-syslog.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ if \
1919
$msg startswith ' PAM service(sshd) ignoring max retries; ' \
2020
or \
2121
$msg startswith ' error: maximum authentication attempts exceeded for ' \
22+
or \
23+
$msg startswith ' error: Received disconnect from ' \
2224
)) \
2325
then |/run/zephyr-syslog-private;RSYSLOG_SyslogProtocol23Format
2426

0 commit comments

Comments
 (0)