diff options
author | Hans Nilsson <[email protected]> | 2015-10-01 16:58:29 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-10-01 16:58:29 +0200 |
commit | c31a42fe95c06d4f491424a42fc7c90f94fe5801 (patch) | |
tree | 89f1e5ad090f60a3e575e33f32710db3de39d30a /lib/ssh/doc | |
parent | 46178552c4622b29d5a70ca23d945e9036caa437 (diff) | |
download | otp-c31a42fe95c06d4f491424a42fc7c90f94fe5801.tar.gz otp-c31a42fe95c06d4f491424a42fc7c90f94fe5801.tar.bz2 otp-c31a42fe95c06d4f491424a42fc7c90f94fe5801.zip |
ssh: document dh-gex default values
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index cf5e8f1aff..d57bcb96eb 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -243,7 +243,7 @@ kex is implicit but public_key is set explicitly.</p> <tag><c><![CDATA[{dh_gex_limits,{Min=integer(),I=integer(),Max=integer()}}]]></c></tag> <item> <p>Sets the three diffie-hellman-group-exchange parameters that guides the connected server in choosing a group. - See RFC 4419 for the function of thoose. The default value is <c>{512, 1024, 4096}</c>. + See RFC 4419 for the function of thoose. The default value is <c>{1024, 6144, 8192}</c>. </p> </item> |