Skip to content
Snippets Groups Projects
Commit d01069bd authored by Russ Allbery's avatar Russ Allbery
Browse files

Ignore another variation of ssh port scan errors

parent ae2fe93b
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ sshd: /^Bad protocol version identification 'GET / HTTP/1.1' from UNKNOWN$/ ...@@ -32,7 +32,7 @@ sshd: /^Bad protocol version identification 'GET / HTTP/1.1' from UNKNOWN$/
sshd: /^Connection closed by (UNKNOWN|[:a-f\d.]+)$/ sshd: /^Connection closed by (UNKNOWN|[:a-f\d.]+)$/
sshd: /^Did not receive identification string from ([:a-f\d.]+|UNKNOWN)$/ sshd: /^Did not receive identification string from ([:a-f\d.]+|UNKNOWN)$/
sshd: /^Protocol major versions differ for ([:a-f\d.]+|UNKNOWN): / sshd: /^Protocol major versions differ for ([:a-f\d.]+|UNKNOWN): /
sshd: /^fatal: Read from socket failed: Connection reset by peer$/ sshd: /^fatal: Read from socket failed: Connection reset by peer/
sshd: /^fatal: Timeout before authentication for [:a-f\d.]+$/ sshd: /^fatal: Timeout before authentication for [:a-f\d.]+$/
sshd: /^(pam_unix\(sshd:auth\)|\(pam_unix\)):? check pass; user unknown$/ sshd: /^(pam_unix\(sshd:auth\)|\(pam_unix\)):? check pass; user unknown$/
sshd: /^\(pam_unix\) bad username \[.*\]$/ sshd: /^\(pam_unix\) bad username \[.*\]$/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment