summaryrefslogtreecommitdiff
path: root/lib/net/ssh/transport/algorithms.rb
diff options
context:
space:
mode:
authorRichard Schwab <richard.schwab@valtech.com>2021-01-16 00:31:22 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-03-15 09:49:16 +0100
commitca6d954ae0627570f2efed2bcabb582f27d385ea (patch)
treec2a9f69485d661c51d2b37fd763420fdd33ef2f6 /lib/net/ssh/transport/algorithms.rb
parentc6a21e5f0a9f0bc92e9c4eb0e17af40d175a97a5 (diff)
downloadnet-ssh-ca6d954ae0627570f2efed2bcabb582f27d385ea.tar.gz
Add support for diffie-hellman-group14-sha256, fixes #794mfazekas/diffie-hellman-group14-sha256
Diffstat (limited to 'lib/net/ssh/transport/algorithms.rb')
-rw-r--r--lib/net/ssh/transport/algorithms.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/net/ssh/transport/algorithms.rb b/lib/net/ssh/transport/algorithms.rb
index 9ab87b6..7408d40 100644
--- a/lib/net/ssh/transport/algorithms.rb
+++ b/lib/net/ssh/transport/algorithms.rb
@@ -41,6 +41,7 @@ module Net
ecdh-sha2-nistp384
ecdh-sha2-nistp256
diffie-hellman-group-exchange-sha256
+ diffie-hellman-group14-sha256
diffie-hellman-group14-sha1],
encryption: %w[aes256-ctr aes192-ctr aes128-ctr],