From be4038b131f819232d7bc345931322814a7403bf Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 1 Oct 2023 10:32:35 +0200 Subject: sshd: ignore duplicated lines --- sshd | 1 + 1 file changed, 1 insertion(+) diff --git a/sshd b/sshd index c41be67..eb8558e 100644 --- a/sshd +++ b/sshd @@ -214,6 +214,7 @@ while (defined(my $ThisLine = )) { #($ThisLine =~ /exited MaxStartups throttling/) or # user already accounted for in other statement ($ThisLine =~ /^input_userauth_request: (illegal|invalid) user (.*)(?: \[preauth\])?$/ ) or + ($ThisLine =~ /^Accepted key .* found at /) or 0 # This line prevents blame shifting as lines are added above ) { # Ignore these -- cgit v1.2.3-54-g00ecf