Skip to content

Commit

Permalink
Merge 286cece into 621dea5
Browse files Browse the repository at this point in the history
  • Loading branch information
arlimus committed Jan 13, 2015
2 parents 621dea5 + 286cece commit f7e151a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/get_ssh_macs.rb
Expand Up @@ -34,7 +34,7 @@ def self.get_macs(node, weak_hmac)
macs_59['weak'] = macs_59['default'] + ',hmac-sha1'

macs_66 = {}
macs_66.default = 'hmac-sha2-512-etm@openssh.com,hmac-sha2-512,hmac-sha2-256-etm@openssh.com,hmac-sha2-256,umac-128-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-ripemd160'
macs_66.default = 'hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160'
macs_66['weak'] = macs_66['default'] + ',hmac-sha1'

# determine the mac for the operating system
Expand Down

0 comments on commit f7e151a

Please sign in to comment.