We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 621dea5 + 286cece commit 3f78b0bCopy full SHA for 3f78b0b
libraries/get_ssh_macs.rb
@@ -34,7 +34,7 @@ def self.get_macs(node, weak_hmac)
34
macs_59['weak'] = macs_59['default'] + ',hmac-sha1'
35
36
macs_66 = {}
37
- macs_66.default = '[email protected],hmac-sha2-512,hmac-sha2-[email protected],hmac-sha2-256,[email protected],hmac-[email protected],hmac-ripemd160'
+ macs_66.default = '[email protected],[email protected],hmac-[email protected],[email protected],hmac-sha2-512,hmac-sha2-256,hmac-ripemd160'
38
macs_66['weak'] = macs_66['default'] + ',hmac-sha1'
39
40
# determine the mac for the operating system
0 commit comments