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-12 14:42:41 +0200
commitba6603d2f3b4853bfbaeecdec6413ecee19f84d4 (patch)
tree7e2dd9f32371dcc08761fdec63c199fef13aad3f /lib/ssh/src
parent929709c2a0aa26b31b59b4c04e2534dd906b4afc (diff)
downloadotp-ba6603d2f3b4853bfbaeecdec6413ecee19f84d4.tar.gz
otp-ba6603d2f3b4853bfbaeecdec6413ecee19f84d4.tar.bz2
otp-ba6603d2f3b4853bfbaeecdec6413ecee19f84d4.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 96ab1bb668..17a0daebe3 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).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%