Add diffie-hellman-group14-sha1 to the list of default key exchange algorithms 70/95470/1
authorOleksii Mozghovyi <oleksii.mozghovyi@pantheon.tech>
Wed, 10 Mar 2021 10:47:55 +0000 (12:47 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 11 Mar 2021 21:49:59 +0000 (21:49 +0000)
commit05e9646c20f5d8a977329eb328d8e4809b335e95
tree34caed85cd7b1a0b12f662201dc2d0c084933d24
parent7b4cc31870b050ba6379b8edb4e13107c06b4a03
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>
(cherry picked from commit 79c50af55997e216a7c70e13a53a88d94b2b62c7)
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/NetconfClientBuilder.java