diff --git a/meta/options_body b/meta/options_body index 23a00f4..eb1c5fc 100644 --- a/meta/options_body +++ b/meta/options_body @@ -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 diff --git a/templates/sshd_config.j2 b/templates/sshd_config.j2 index a3b2465..1a993a9 100644 --- a/templates/sshd_config.j2 +++ b/templates/sshd_config.j2 @@ -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) -}} diff --git a/templates/sshd_config_snippet.j2 b/templates/sshd_config_snippet.j2 index a12cb3b..b3e7b8d 100644 --- a/templates/sshd_config_snippet.j2 +++ b/templates/sshd_config_snippet.j2 @@ -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) -}}