Skip to content

Commit afcb990

Browse files
committed
remove ripemd from MAC list
Signed-off-by: Patrick Münch <[email protected]>
1 parent a0842dc commit afcb990

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/devsec_ssh.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ class Ssh # rubocop:disable Metrics/ClassLength
5555
5.3 => %w[hmac-ripemd160 hmac-sha1],
5656
5.9 => %w[hmac-sha2-512 hmac-sha2-256 hmac-ripemd160],
5757
58-
59-
hmac-sha2-512 hmac-sha2-256 hmac-ripemd160],
58+
[email protected] hmac-sha2-512 hmac-sha2-256],
6059
:weak => %w[hmac-sha1]
6160
},
6261
ciphers: {

0 commit comments

Comments
 (0)