diff options
author | ache <ache@FreeBSD.org> | 1996-11-02 08:18:49 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-11-02 08:18:49 +0800 |
commit | c55d25f3969876e6ce3e10bc2003cd72dc7666a4 (patch) | |
tree | a8023228557f45d2761107e7b6d7dcdb2bf077af | |
parent | dfa13ca1f41f79baca745f4daa60945f7b7b2f94 (diff) | |
download | freebsd-ports-gnome-c55d25f3969876e6ce3e10bc2003cd72dc7666a4.tar.gz freebsd-ports-gnome-c55d25f3969876e6ce3e10bc2003cd72dc7666a4.tar.zst freebsd-ports-gnome-c55d25f3969876e6ce3e10bc2003cd72dc7666a4.zip |
Change syslog facility from DAEMON to AUTH
-rw-r--r-- | security/ssh/files/patch-ae | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/ssh/files/patch-ae b/security/ssh/files/patch-ae new file mode 100644 index 000000000000..25506705b2ef --- /dev/null +++ b/security/ssh/files/patch-ae @@ -0,0 +1,19 @@ +*** server_config.sample.bak Fri Oct 4 17:00:43 1996 +--- server_config.sample Sat Nov 2 03:15:57 1996 +*************** +*** 15,21 **** + FascistLogging no + PrintMotd yes + KeepAlive yes +! SyslogFacility DAEMON + RhostsAuthentication no + RhostsRSAAuthentication yes + RSAAuthentication yes +--- 15,21 ---- + FascistLogging no + PrintMotd yes + KeepAlive yes +! SyslogFacility AUTH + RhostsAuthentication no + RhostsRSAAuthentication yes + RSAAuthentication yes |