Openssh now logs to auth facility, this makes filtering easier

This commit is contained in:
maniacikarus
2009-03-14 10:07:22 +01:00
parent e682323b78
commit 258fd16c24

View File

@@ -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)