diff --git a/tasks/sshd_config.yml b/tasks/sshd_config.yml index 15586c8..fd076ac 100644 --- a/tasks/sshd_config.yml +++ b/tasks/sshd_config.yml @@ -45,9 +45,9 @@ KerberosAuthentication: '{{sshd_kerberos_authentication}}' GSSAPIAuthentication: '{{sshd_gssapi_authentication}}' TCPKeepAlive: 'yes' - Ciphers: '{{sshd_ciphers}}' - MACs: '{{sshd_macs}}' - KexAlgorithms: '{{sshd_kex_algorithms}}' + #Ciphers: '{{sshd_ciphers}}' + #MACs: '{{sshd_macs}}' + #KexAlgorithms: '{{sshd_kex_algorithms}}' - name: sshd_config lineinfile: path: /etc/ssh/sshd_config