diff options
author | 2008-07-02 02:24:18 +0000 | |
---|---|---|
committer | 2008-07-02 02:24:18 +0000 | |
commit | 025ef034da42f299b3f14ca5203b4ec39544d8ac (patch) | |
tree | 3686f06e9a5544b97b497651a554bae3eaff4199 /usr.bin/ssh/sshd_config.5 | |
parent | also install the license as run-license... discussed with jsg (diff) | |
download | wireguard-openbsd-025ef034da42f299b3f14ca5203b4ec39544d8ac.tar.xz wireguard-openbsd-025ef034da42f299b3f14ca5203b4ec39544d8ac.zip |
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.5')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 2a8e2d38433..12ddd85665d 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -34,8 +34,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.95 2008/06/15 16:58:40 dtucker Exp $ -.Dd $Mdocdate: June 15 2008 $ +.\" $OpenBSD: sshd_config.5,v 1.96 2008/07/02 02:24:18 djm Exp $ +.Dd $Mdocdate: July 2 2008 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -811,7 +811,7 @@ The default is This option applies to protocol version 1 only. .It Cm ServerKeyBits Defines the number of bits in the ephemeral protocol version 1 server key. -The minimum value is 512, and the default is 768. +The minimum value is 512, and the default is 1024. .It Cm StrictModes Specifies whether .Xr sshd 8 |