aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_transport.hrl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-10-13 15:26:14 +0200
committerHans Nilsson <[email protected]>2015-10-13 15:26:14 +0200
commit11229947bed829ee0691d9669a4858fd8cf6cbb7 (patch)
treea7b20c66a103222093d24d29a9c563c7a596eaef /lib/ssh/src/ssh_transport.hrl
parentc0178877c9d404b90d71f52e6324d5c40ceae905 (diff)
parent3c787f47ffc660d77eba3528b10eba570529fb9e (diff)
downloadotp-11229947bed829ee0691d9669a4858fd8cf6cbb7.tar.gz
otp-11229947bed829ee0691d9669a4858fd8cf6cbb7.tar.bz2
otp-11229947bed829ee0691d9669a4858fd8cf6cbb7.zip
Merge branch 'maint'
Diffstat (limited to 'lib/ssh/src/ssh_transport.hrl')
-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).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%