summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-11-02 00:18:49 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-11-02 00:18:49 +0000
commit4a2478071f4c6b32ce30a56db77082643c9960df (patch)
tree7378e6416747cf00c34756e11c0a27cb7771ac25 /security/ssh
parent1.0.86 --> 1.0.90- (diff)
Change syslog facility from DAEMON to AUTH
Notes
Notes: svn path=/head/; revision=4249
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/files/patch-ae19
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