diff options
author | Hans Nilsson <[email protected]> | 2015-10-13 15:25:23 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-10-13 15:25:23 +0200 |
commit | 3c787f47ffc660d77eba3528b10eba570529fb9e (patch) | |
tree | e92c15417b6aba8b4cc291f99c28f9a862d4c271 /lib/ssh/src | |
parent | 308de032b8cb291e5fcd80ba2e0a21f260161511 (diff) | |
parent | ba6603d2f3b4853bfbaeecdec6413ecee19f84d4 (diff) | |
download | otp-3c787f47ffc660d77eba3528b10eba570529fb9e.tar.gz otp-3c787f47ffc660d77eba3528b10eba570529fb9e.tar.bz2 otp-3c787f47ffc660d77eba3528b10eba570529fb9e.zip |
Merge branch 'hans/ssh/cuddle_tests' into maint
Diffstat (limited to 'lib/ssh/src')
-rw-r--r-- | lib/ssh/src/ssh_transport.hrl | 2 |
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). %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |