aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-10-08 16:45:28 +0200
committerHans Nilsson <[email protected]>2015-10-15 16:30:25 +0200
commit1609b74689178627d1345f64e87d58b8249b6fde (patch)
tree2cb25c9fa9038677834415a4ada8c3a001bcfc61 /lib/ssh/src
parent28609dd161b7975f86c179a9ab54506c1d04a1fe (diff)
downloadotp-1609b74689178627d1345f64e87d58b8249b6fde.tar.gz
otp-1609b74689178627d1345f64e87d58b8249b6fde.tar.bz2
otp-1609b74689178627d1345f64e87d58b8249b6fde.zip
ssh: set dh_gex default to group14
Diffstat (limited to 'lib/ssh/src')
-rw-r--r--lib/ssh/src/ssh_transport.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_transport.hrl b/lib/ssh/src/ssh_transport.hrl
index 04e587ff34..337f455279 100644
--- a/lib/ssh/src/ssh_transport.hrl
+++ b/lib/ssh/src/ssh_transport.hrl
@@ -33,7 +33,7 @@
-define(MAX_NUM_ALGORITHMS, 200).
-define(DEFAULT_DH_GROUP_MIN, 1024).
--define(DEFAULT_DH_GROUP_NBITS, 6144).
+-define(DEFAULT_DH_GROUP_NBITS, 2048).
-define(DEFAULT_DH_GROUP_MAX, 8192).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%