aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_transport.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-08-05 14:02:17 +0200
committerHans Nilsson <[email protected]>2015-08-05 14:02:17 +0200
commitb2e9955be035d1dce8ef118b341a79cc05339f44 (patch)
tree2e77c39b59fa28071572a3e1f3906f4878746e86 /lib/ssh/src/ssh_transport.erl
parent25db64119ec6369156129a77330c64753a6706eb (diff)
downloadotp-b2e9955be035d1dce8ef118b341a79cc05339f44.tar.gz
otp-b2e9955be035d1dce8ef118b341a79cc05339f44.tar.bz2
otp-b2e9955be035d1dce8ef118b341a79cc05339f44.zip
ssh: announce dh-group-exchange
Diffstat (limited to 'lib/ssh/src/ssh_transport.erl')
-rw-r--r--lib/ssh/src/ssh_transport.erl5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/ssh/src/ssh_transport.erl b/lib/ssh/src/ssh_transport.erl
index d9dc7df73d..38a0b7ec7c 100644
--- a/lib/ssh/src/ssh_transport.erl
+++ b/lib/ssh/src/ssh_transport.erl
@@ -67,10 +67,7 @@ default_algorithms(compression) ->
%% Do not announce '[email protected]' because there seem to be problems
supported_algorithms(compression, same(['[email protected]']));
default_algorithms(kex) ->
- %% Do not announce the experimental 'diffie-hellman-group-exchange-sha*' yet
- supported_algorithms(kex, ['diffie-hellman-group-exchange-sha1',
- 'diffie-hellman-group-exchange-sha256'
- ]);
+ supported_algorithms(kex, []);
default_algorithms(Alg) ->
supported_algorithms(Alg).