Skip to content

Commit

Permalink
Merge pull request #67 from TelekomLabs/gcm
Browse files Browse the repository at this point in the history
add back GCM cipher
  • Loading branch information
chris-rock committed Jan 12, 2015
2 parents dcfc0a8 + 32f14ac commit c23a1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/get_ssh_ciphers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def self.get_ciphers(node, cbc_required)
ciphers_53['weak'] = ciphers_53['default'] + ',aes256-cbc,aes192-cbc,aes128-cbc'

ciphers_66 = {}
ciphers_66.default = 'chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr'
ciphers_66.default = 'chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr'
ciphers_66['weak'] = ciphers_66['default'] + ',aes256-cbc,aes192-cbc,aes128-cbc'

# determine the cipher for the operating system
Expand Down

0 comments on commit c23a1c0

Please sign in to comment.