if include does not supported, it is an older sshd-version. unsupported ciphers/kex/macs could be set, so leave defaults.

master
Denis Knauf 2024-03-24 22:23:27 +01:00
parent 9546f3e3d3
commit 8bccab571e
1 changed files with 3 additions and 3 deletions

View File

@ -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