Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit eba9563

Browse files
committed
Fixes typo in ssh cipher list
Per @rndmh3ro's review.
1 parent 4e6d736 commit eba9563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ssh_ciphers_53_default:
112112
ssh_ciphers_53_weak: "{{ ssh_ciphers_53_default + ['aes256-cbc', 'aes192-cbc', 'aes128-cbc'] }}"
113113

114114
ssh_ciphers_66_default:
115-
- chacha20-poly1305@openssh.comi
115+
- chacha20-poly1305@openssh.com
116116
- aes256-gcm@openssh.com
117117
- aes128-gcm@openssh.com
118118
- aes256-ctr

0 commit comments

Comments
 (0)