summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/net/ssh/transport/algorithms.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/net/ssh/transport/algorithms.rb b/lib/net/ssh/transport/algorithms.rb
index c03c92a..8126aa6 100644
--- a/lib/net/ssh/transport/algorithms.rb
+++ b/lib/net/ssh/transport/algorithms.rb
@@ -43,7 +43,8 @@ module Net
encryption: %w[aes256-ctr aes192-ctr aes128-ctr],
- hmac: %w[hmac-sha2-512 hmac-sha2-256
+ hmac: %w[hmac-sha2-512-etm@openssh.com hmac-sha2-256-etm@openssh.com
+ hmac-sha2-512 hmac-sha2-256
hmac-sha1]
}.freeze
@@ -83,9 +84,7 @@ module Net
hmac-sha1-96
hmac-ripemd160 hmac-ripemd160@openssh.com
hmac-md5 hmac-md5-96
- none] +
- %w[hmac-sha2-256-etm@openssh.com
- hmac-sha2-512-etm@openssh.com],
+ none],
compression: %w[none zlib@openssh.com zlib],
language: %w[]