Skip to content

Commit aa45ab8

Browse files
Merge pull request #186 from dev-sec/remove_ripemd
remove ripemd from MAC list
2 parents a0842dc + afcb990 commit aa45ab8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libraries/devsec_ssh.rb

Lines changed: 1 addition & 2 deletions
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
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],
58+
umac-128-etm@openssh.com hmac-sha2-512 hmac-sha2-256],
6059
:weak => %w[hmac-sha1]
6160
},
6261
ciphers: {

0 commit comments

Comments
 (0)