Add diffie-hellman-group14-sha1 to the list of default key exchange algorithms 60/95460/2
authorOleksii Mozghovyi <oleksii.mozghovyi@pantheon.tech>
Wed, 10 Mar 2021 10:47:55 +0000 (12:47 +0200)
committerOleksii Mozghovyi <oleksii.mozghovyi@pantheon.tech>
Wed, 10 Mar 2021 18:41:06 +0000 (20:41 +0200)
commit79c50af55997e216a7c70e13a53a88d94b2b62c7
tree624d09fbdd9ae778f93baa04995d4e44d7f50821
parent6d009fb0136a5285f55582d564c6619d18f532f9
Add diffie-hellman-group14-sha1 to the list of default key exchange algorithms

The list of key exchange algorithms enabled by default has been changed
with a Mina SSHD uplift to the version of 2.6.0, leaving some of the
SHA1 algorithms disabled by default. Some the devices might still use
this algorithm, so this change brings back the
'diffie-hellman-group14-sha1' algorithm to the list.

JIRA: NETCONF-765
Change-Id: Iea58448981e19f1632799d05dbda8784415ebf1f
Signed-off-by: Oleksii Mozghovyi <oleksii.mozghovyi@pantheon.tech>
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/NetconfClientBuilder.java