mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 05:33:29 +01:00
Add missing configuration options from EL8
This commit is contained in:
parent
c201ba2060
commit
ddb286111f
3 changed files with 9 additions and 0 deletions
|
@ -34,6 +34,7 @@ ForceCommand
|
|||
GatewayPorts
|
||||
GSSAPIAuthentication
|
||||
GSSAPICleanupCredentials
|
||||
GSSAPIEnablek5users
|
||||
GSSAPIKeyExchange
|
||||
GSSAPIKexAlgorithms
|
||||
GSSAPIStoreCredentialsOnRekey
|
||||
|
@ -57,6 +58,8 @@ KerberosGetAFSToken
|
|||
KerberosOrLocalPasswd
|
||||
KerberosTicketCleanup
|
||||
KerberosUniqueTicket
|
||||
KerberosUniqueCCache
|
||||
KerberosUseKuserok
|
||||
KexAlgorithms
|
||||
KeyRegenerationInterval
|
||||
LogLevel
|
||||
|
|
|
@ -149,6 +149,7 @@ Match {{ match["Condition"] }}
|
|||
{{ body_option("GatewayPorts",sshd_GatewayPorts) -}}
|
||||
{{ body_option("GSSAPIAuthentication",sshd_GSSAPIAuthentication) -}}
|
||||
{{ body_option("GSSAPICleanupCredentials",sshd_GSSAPICleanupCredentials) -}}
|
||||
{{ body_option("GSSAPIEnablek5users",sshd_GSSAPIEnablek5users) -}}
|
||||
{{ body_option("GSSAPIKeyExchange",sshd_GSSAPIKeyExchange) -}}
|
||||
{{ body_option("GSSAPIKexAlgorithms",sshd_GSSAPIKexAlgorithms) -}}
|
||||
{{ body_option("GSSAPIStoreCredentialsOnRekey",sshd_GSSAPIStoreCredentialsOnRekey) -}}
|
||||
|
@ -172,6 +173,8 @@ Match {{ match["Condition"] }}
|
|||
{{ body_option("KerberosOrLocalPasswd",sshd_KerberosOrLocalPasswd) -}}
|
||||
{{ body_option("KerberosTicketCleanup",sshd_KerberosTicketCleanup) -}}
|
||||
{{ body_option("KerberosUniqueTicket",sshd_KerberosUniqueTicket) -}}
|
||||
{{ body_option("KerberosUniqueCCache",sshd_KerberosUniqueCCache) -}}
|
||||
{{ body_option("KerberosUseKuserok",sshd_KerberosUseKuserok) -}}
|
||||
{{ body_option("KexAlgorithms",sshd_KexAlgorithms) -}}
|
||||
{{ body_option("KeyRegenerationInterval",sshd_KeyRegenerationInterval) -}}
|
||||
{{ body_option("LogLevel",sshd_LogLevel) -}}
|
||||
|
|
|
@ -148,6 +148,7 @@ Match {{ match["Condition"] }}
|
|||
{{ body_option("GatewayPorts",sshd_GatewayPorts) -}}
|
||||
{{ body_option("GSSAPIAuthentication",sshd_GSSAPIAuthentication) -}}
|
||||
{{ body_option("GSSAPICleanupCredentials",sshd_GSSAPICleanupCredentials) -}}
|
||||
{{ body_option("GSSAPIEnablek5users",sshd_GSSAPIEnablek5users) -}}
|
||||
{{ body_option("GSSAPIKeyExchange",sshd_GSSAPIKeyExchange) -}}
|
||||
{{ body_option("GSSAPIKexAlgorithms",sshd_GSSAPIKexAlgorithms) -}}
|
||||
{{ body_option("GSSAPIStoreCredentialsOnRekey",sshd_GSSAPIStoreCredentialsOnRekey) -}}
|
||||
|
@ -171,6 +172,8 @@ Match {{ match["Condition"] }}
|
|||
{{ body_option("KerberosOrLocalPasswd",sshd_KerberosOrLocalPasswd) -}}
|
||||
{{ body_option("KerberosTicketCleanup",sshd_KerberosTicketCleanup) -}}
|
||||
{{ body_option("KerberosUniqueTicket",sshd_KerberosUniqueTicket) -}}
|
||||
{{ body_option("KerberosUniqueCCache",sshd_KerberosUniqueCCache) -}}
|
||||
{{ body_option("KerberosUseKuserok",sshd_KerberosUseKuserok) -}}
|
||||
{{ body_option("KexAlgorithms",sshd_KexAlgorithms) -}}
|
||||
{{ body_option("KeyRegenerationInterval",sshd_KeyRegenerationInterval) -}}
|
||||
{{ body_option("LogLevel",sshd_LogLevel) -}}
|
||||
|
|
Loading…
Reference in a new issue