We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0842dc + afcb990 commit aa45ab8Copy full SHA for aa45ab8
1 file changed
libraries/devsec_ssh.rb
@@ -55,8 +55,7 @@ class Ssh # rubocop:disable Metrics/ClassLength
55
5.3 => %w[hmac-ripemd160 hmac-sha1],
56
5.9 => %w[hmac-sha2-512 hmac-sha2-256 hmac-ripemd160],
57
6.6 => %w[hmac-sha2-512-etm@openssh.com hmac-sha2-256-etm@openssh.com
58
- hmac-ripemd160-etm@openssh.com umac-128-etm@openssh.com
59
- hmac-sha2-512 hmac-sha2-256 hmac-ripemd160],
+ umac-128-etm@openssh.com hmac-sha2-512 hmac-sha2-256],
60
:weak => %w[hmac-sha1]
61
},
62
ciphers: {
0 commit comments