diff --git a/meta/options_body b/meta/options_body index eb1c5fc4..09f6c75f 100644 --- a/meta/options_body +++ b/meta/options_body @@ -28,6 +28,7 @@ DebianBanner DenyGroups DenyUsers DisableForwarding +ExposeAuthenticationMethods ExposeAuthInfo FingerprintHash ForceCommand @@ -99,6 +100,7 @@ RhostsRSAAuthentication SecurityKeyProvider SetEnv ServerKeyBits +ShowPatchLevel StreamLocalBindMask StreamLocalBindUnlink StrictModes diff --git a/templates/sshd_config.j2 b/templates/sshd_config.j2 index 1a993a9b..400a967f 100644 --- a/templates/sshd_config.j2 +++ b/templates/sshd_config.j2 @@ -143,6 +143,7 @@ Match {{ match["Condition"] }} {{ body_option("DenyGroups",sshd_DenyGroups) -}} {{ body_option("DenyUsers",sshd_DenyUsers) -}} {{ body_option("DisableForwarding",sshd_DisableForwarding) -}} +{{ body_option("ExposeAuthenticationMethods",sshd_ExposeAuthenticationMethods) -}} {{ body_option("ExposeAuthInfo",sshd_ExposeAuthInfo) -}} {{ body_option("FingerprintHash",sshd_FingerprintHash) -}} {{ body_option("ForceCommand",sshd_ForceCommand) -}} @@ -214,6 +215,7 @@ Match {{ match["Condition"] }} {{ body_option("SecurityKeyProvider",sshd_SecurityKeyProvider) -}} {{ body_option("SetEnv",sshd_SetEnv) -}} {{ body_option("ServerKeyBits",sshd_ServerKeyBits) -}} +{{ body_option("ShowPatchLevel",sshd_ShowPatchLevel) -}} {{ body_option("StreamLocalBindMask",sshd_StreamLocalBindMask) -}} {{ body_option("StreamLocalBindUnlink",sshd_StreamLocalBindUnlink) -}} {{ body_option("StrictModes",sshd_StrictModes) -}} diff --git a/templates/sshd_config_snippet.j2 b/templates/sshd_config_snippet.j2 index b3e7b8d3..e6973fff 100644 --- a/templates/sshd_config_snippet.j2 +++ b/templates/sshd_config_snippet.j2 @@ -142,6 +142,7 @@ Match {{ match["Condition"] }} {{ body_option("DenyGroups",sshd_DenyGroups) -}} {{ body_option("DenyUsers",sshd_DenyUsers) -}} {{ body_option("DisableForwarding",sshd_DisableForwarding) -}} +{{ body_option("ExposeAuthenticationMethods",sshd_ExposeAuthenticationMethods) -}} {{ body_option("ExposeAuthInfo",sshd_ExposeAuthInfo) -}} {{ body_option("FingerprintHash",sshd_FingerprintHash) -}} {{ body_option("ForceCommand",sshd_ForceCommand) -}} @@ -213,6 +214,7 @@ Match {{ match["Condition"] }} {{ body_option("SecurityKeyProvider",sshd_SecurityKeyProvider) -}} {{ body_option("SetEnv",sshd_SetEnv) -}} {{ body_option("ServerKeyBits",sshd_ServerKeyBits) -}} +{{ body_option("ShowPatchLevel",sshd_ShowPatchLevel) -}} {{ body_option("StreamLocalBindMask",sshd_StreamLocalBindMask) -}} {{ body_option("StreamLocalBindUnlink",sshd_StreamLocalBindUnlink) -}} {{ body_option("StrictModes",sshd_StrictModes) -}}