Skip to content

Commit 3f78b0b

Browse files
author
Patrick Meier
committed
Merge pull request #68 from TelekomLabs/etm
reprioritize etm macs
2 parents 621dea5 + 286cece commit 3f78b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/get_ssh_macs.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def self.get_macs(node, weak_hmac)
3434
macs_59['weak'] = macs_59['default'] + ',hmac-sha1'
3535

3636
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'
37+
macs_66.default = '[email protected],[email protected],hmac-[email protected],[email protected],hmac-sha2-512,hmac-sha2-256,hmac-ripemd160'
3838
macs_66['weak'] = macs_66['default'] + ',hmac-sha1'
3939

4040
# determine the mac for the operating system

0 commit comments

Comments
 (0)