From 258fd16c24453fd606282111ea574b60a01c0bd7 Mon Sep 17 00:00:00 2001 From: maniacikarus Date: Sat, 14 Mar 2009 10:07:22 +0100 Subject: [PATCH] Openssh now logs to auth facility, this makes filtering easier --- lfs/openssh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/openssh b/lfs/openssh index c8b8c9ce5..1a048bfca 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -90,6 +90,8 @@ endif -e 's/^#\?IgnoreUserKnownHosts .*$$/IgnoreUserKnownHosts yes/' \ -e 's/^#\?UsePAM .*$$//' \ -e 's/^#\?X11Forwarding .*$$/X11Forwarding no/' \ + -e 's/^#\?SyslogFacility AUTH .*$$/SyslogFacility AUTH/' \ + -e 's/^#\?LogLevel INFO .*$$/LogLevel INFO/' \ -e 's/^#\?AllowTcpForwarding .*$$/AllowTcpForwarding no/' \ /etc/ssh/sshd_config @rm -rf $(DIR_APP) -- 2.39.2