]> git.phdru.name Git - ansible.git/commitdiff
Feat(logcheck): Update ignore pattern in `local-ssh`
authorOleg Broytman <phd@phdru.name>
Sat, 16 Nov 2019 15:04:51 +0000 (18:04 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 19 Nov 2019 21:06:23 +0000 (00:06 +0300)
playbooks/roles/logcheck/files/ignore.d/local-ssh

index ffc3f291b6a8a4f001bf2790268ed8aafd366a65..5ab90367eb4337f94838a717a6a66ae6f7c9dd4c 100644 (file)
@@ -20,4 +20,4 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ sshd\[[0-9]+\]: fatal: no hostkey alg \[preauth\]
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ sshd\[[0-9]+\]: input_userauth_request: invalid user .+\[preauth\]$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ sshd\[[0-9]+\]: pam_unix\(sshd:auth\): bad username
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ sshd\[[0-9]+\]: ssh_dispatch_run_fatal: Connection from authenticating user .+([0-9]{1,3}\.){3}[0-9]{1,3} port [0-9]+: message authentication code incorrect \[preauth\]
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ sshd\[[0-9]+\]: ssh_dispatch_run_fatal: Connection from (authenticating|invalid) user .+([0-9]{1,3}\.){3}[0-9]{1,3} port [0-9]+: message authentication code incorrect \[preauth\]