summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsshban.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sshban.py b/sshban.py
index 82d0d5c..98329b1 100755
--- a/sshban.py
+++ b/sshban.py
@@ -35,6 +35,8 @@ regexes = {
r'^PAM .* authentication failure .* rhost=(\S+)',
r'^error: maximum authentication attempts exceeded\b.* from (\S+)',
r'^banner exchange: Connection from (\S+) port \d+: invalid format',
+ r'^ssh_dispatch_run_fatal: Connection from (\S+) port \d+: message authentication code incorrect \[preauth\]',
+ r'^ssh_dispatch_run_fatal: Connection from (\S+) port \d+: Connection corrupted \[preauth\]',
],
IFF_GRAY : [
r'^Received disconnect from (\S+)',