summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-05-14 09:21:03 +0000
committerJonas Smedegaard <dr@jones.dk>2003-05-14 09:21:03 +0000
commitbfa8804e677871c8c1af4b4a6eabc8f9a3d5fae5 (patch)
tree93e161873f4f5f9a1719c09411a708f95471ef76
parentdd4d3b059b86195821e0e19dfa92a6c33e19b2b2 (diff)
Ignore ssh failures related to fetchmail+ssh.
-rw-r--r--logcheck/violations.ignore.d/local1
-rw-r--r--logcheck/violations.ignore.d/ssh1
2 files changed, 2 insertions, 0 deletions
diff --git a/logcheck/violations.ignore.d/local b/logcheck/violations.ignore.d/local
index aa0e8ae..24d6bc0 100644
--- a/logcheck/violations.ignore.d/local
+++ b/logcheck/violations.ignore.d/local
@@ -66,6 +66,7 @@ proftpd\[[0-9]+\]: [^[:space:]]+ \([^[:space:]\[]+\[[\.0-9]+\]\) - USER anonymou
smbd\[[0-9]+\]: read(_socket)?_data: (read|recv) failure for 4\. Error = (No route to host|Connection reset by peer)$
### violations.ignore.d/ssh
sshd\[[0-9]+\]: Failed keyboard-interactive for [^[:space:]]+ from [\.0-9]+ port [0-9]+ ssh2$
+ssh(pam_unix)\[[0-9]+\]: authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=[\.0-9]+ user=[^[space]]+$
### violations.ignore.d/temp
(imap|netatalk|pop|samba)\(pam_unix\)\[[0-9]+\]: authentication failure; logname= uid=0 euid=0 tty=[^[:space:]]* ruser= rhost=[^[:space:]]* user=[[:alnum:]]+$
afpd\[[0-9]+\]: afp_flushfork: of_find: Permission denied
diff --git a/logcheck/violations.ignore.d/ssh b/logcheck/violations.ignore.d/ssh
index 30c21ea..f17d01a 100644
--- a/logcheck/violations.ignore.d/ssh
+++ b/logcheck/violations.ignore.d/ssh
@@ -1 +1,2 @@
sshd\[[0-9]+\]: Failed keyboard-interactive for [^[:space:]]+ from [\.0-9]+ port [0-9]+ ssh2$
+ssh(pam_unix)\[[0-9]+\]: authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=[\.0-9]+ user=[^[space]]+$