diff options
author | Hans Nilsson <[email protected]> | 2015-10-08 16:45:28 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-10-12 14:42:41 +0200 |
commit | ba6603d2f3b4853bfbaeecdec6413ecee19f84d4 (patch) | |
tree | 7e2dd9f32371dcc08761fdec63c199fef13aad3f /lib | |
parent | 929709c2a0aa26b31b59b4c04e2534dd906b4afc (diff) | |
download | otp-ba6603d2f3b4853bfbaeecdec6413ecee19f84d4.tar.gz otp-ba6603d2f3b4853bfbaeecdec6413ecee19f84d4.tar.bz2 otp-ba6603d2f3b4853bfbaeecdec6413ecee19f84d4.zip |
ssh: set dh_gex default to group14
Diffstat (limited to 'lib')
-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). %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |