diff options
author | Hans Nilsson <[email protected]> | 2015-10-08 16:45:28 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-10-15 16:30:25 +0200 |
commit | 1609b74689178627d1345f64e87d58b8249b6fde (patch) | |
tree | 2cb25c9fa9038677834415a4ada8c3a001bcfc61 | |
parent | 28609dd161b7975f86c179a9ab54506c1d04a1fe (diff) | |
download | otp-1609b74689178627d1345f64e87d58b8249b6fde.tar.gz otp-1609b74689178627d1345f64e87d58b8249b6fde.tar.bz2 otp-1609b74689178627d1345f64e87d58b8249b6fde.zip |
ssh: set dh_gex default to group14
-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 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). %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |