summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-05-26 12:12:37 +1000
committerDamien Miller <djm@mindrot.org>2005-05-26 12:12:37 +1000
commit06b75ad56b29cb102b7289e3935b95435545e695 (patch)
tree7b31f31e52c1c3ac2d905f987e0cee39ddcef839
parent1594ad5a780400e1a8bfe92bd041ae82450d3d17 (diff)
- djm@cvs.openbsd.org 2005/05/19 02:40:52
[sshd_config] whitespace nit, from grunk AT pestilenz.org
-rw-r--r--ChangeLog5
-rw-r--r--sshd_config4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 75d2ee5b5..390ce1ab9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,6 +59,9 @@
59 - djm@cvs.openbsd.org 2005/05/19 02:39:55 59 - djm@cvs.openbsd.org 2005/05/19 02:39:55
60 [sshd_config.5] 60 [sshd_config.5]
61 sort config options, from grunk AT pestilenz.org; ok jmc@ 61 sort config options, from grunk AT pestilenz.org; ok jmc@
62 - djm@cvs.openbsd.org 2005/05/19 02:40:52
63 [sshd_config]
64 whitespace nit, from grunk AT pestilenz.org
62 65
6320050524 6620050524
64 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] 67 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
@@ -2558,4 +2561,4 @@
2558 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2561 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2559 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2562 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2560 2563
2561$Id: ChangeLog,v 1.3778 2005/05/26 02:12:19 djm Exp $ 2564$Id: ChangeLog,v 1.3779 2005/05/26 02:12:37 djm Exp $
diff --git a/sshd_config b/sshd_config
index 53ae9942e..2c3afb920 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.70 2004/12/23 23:11:00 djm Exp $ 1# $OpenBSD: sshd_config,v 1.71 2005/05/19 02:40:52 djm Exp $
2 2
3# This is the sshd server system-wide configuration file. See 3# This is the sshd server system-wide configuration file. See
4# sshd_config(5) for more information. 4# sshd_config(5) for more information.
@@ -27,7 +27,7 @@
27#ServerKeyBits 768 27#ServerKeyBits 768
28 28
29# Logging 29# Logging
30#obsoletes QuietMode and FascistLogging 30# obsoletes QuietMode and FascistLogging
31#SyslogFacility AUTH 31#SyslogFacility AUTH
32#LogLevel INFO 32#LogLevel INFO
33 33