diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2008-07-02 02:24:19 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2008-07-02 02:24:19 +0000 |
commit | 7d8ee7e7b00f3bfc01fa3f6c93b7c5fc80196d57 (patch) | |
tree | b1a7614e0debfd9c5986a58d5ebc2621740930c1 /usr.bin/ssh/sshd_config | |
parent | 9a3cb06fd4a6558f66f9a7d3cf9eace5ca3cf3d4 (diff) |
increase default size of ssh protocol 1 ephemeral key from 768 to 1024
bits; prodded by & ok dtucker@ ok deraadt@
Diffstat (limited to 'usr.bin/ssh/sshd_config')
-rw-r--r-- | usr.bin/ssh/sshd_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 8dea49e8bb3..f52b3fe73b0 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/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. @@ -26,7 +26,7 @@ Protocol 2 # Lifetime and size of ephemeral version 1 server key #KeyRegenerationInterval 1h -#ServerKeyBits 768 +#ServerKeyBits 1024 # Logging # obsoletes QuietMode and FascistLogging |