summaryrefslogtreecommitdiffstats
path: root/sshd_config
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-07-02 14:35:43 +0200
committerDarren Tucker <dtucker@zip.com.au>2008-07-02 14:35:43 +0200
commit7499b0cca021f14c615cbfef170aba3e24cf8d4d (patch)
treed8327f87aa8727a66a3f1a29369d4e92ea832afa /sshd_config
parent - stevesk@cvs.openbsd.org 2008/07/01 23:12:47 (diff)
downloadopenssh-7499b0cca021f14c615cbfef170aba3e24cf8d4d.tar.xz
openssh-7499b0cca021f14c615cbfef170aba3e24cf8d4d.zip
- djm@cvs.openbsd.org 2008/07/02 02:24:18
[sshd_config sshd_config.5 sshd.8 servconf.c] increase default size of ssh protocol 1 ephemeral key from 768 to 1024 bits; prodded by & ok dtucker@ ok deraadt@
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config
index c5ee7c8a4..1b53a0efb 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
-# $OpenBSD: sshd_config,v 1.79 2008/05/08 12:21:16 djm Exp $
+# $OpenBSD: sshd_config,v 1.80 2008/07/02 02:24:18 djm Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
@@ -28,7 +28,7 @@ Protocol 2
# Lifetime and size of ephemeral version 1 server key
#KeyRegenerationInterval 1h
-#ServerKeyBits 768
+#ServerKeyBits 1024
# Logging
# obsoletes QuietMode and FascistLogging