From c701ac9276a5e2719103b119e66ae41477d16854 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 13 Feb 2014 16:20:36 +1100 Subject: [PATCH] DOC: document LogLevel requirement for "Connection from" regex" --- config/filter.d/sshd.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/filter.d/sshd.conf b/config/filter.d/sshd.conf index 93a43ea2..059052fc 100644 --- a/config/filter.d/sshd.conf +++ b/config/filter.d/sshd.conf @@ -2,7 +2,11 @@ # # If you want to protect OpenSSH from being bruteforced by password # authentication then get public key authentication working before disabling -# PasswordAuthentication in sshd.conf. +# PasswordAuthentication in sshd_config. +# +# +# "Connection from port \d+" requires LogLevel VERBOSE in sshd_config +# [INCLUDES]