mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-09 16:50:18 +01:00
Add DebianBanner option
This commit is contained in:
parent
8dada7e6a6
commit
125f8ae4f1
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ Ciphers
|
||||||
ClientAliveCountMax
|
ClientAliveCountMax
|
||||||
ClientAliveInterval
|
ClientAliveInterval
|
||||||
Compression
|
Compression
|
||||||
|
DebianBanner
|
||||||
DenyGroups
|
DenyGroups
|
||||||
DenyUsers
|
DenyUsers
|
||||||
ForceCommand
|
ForceCommand
|
||||||
|
|
|
@ -90,6 +90,7 @@ Match {{ match["Condition"] }}
|
||||||
{{ body_option("ClientAliveCountMax",sshd_ClientAliveCountMax) -}}
|
{{ body_option("ClientAliveCountMax",sshd_ClientAliveCountMax) -}}
|
||||||
{{ body_option("ClientAliveInterval",sshd_ClientAliveInterval) -}}
|
{{ body_option("ClientAliveInterval",sshd_ClientAliveInterval) -}}
|
||||||
{{ body_option("Compression",sshd_Compression) -}}
|
{{ body_option("Compression",sshd_Compression) -}}
|
||||||
|
{{ body_option("DebianBanner",sshd_DebianBanner) -}}
|
||||||
{{ body_option("DenyGroups",sshd_DenyGroups) -}}
|
{{ body_option("DenyGroups",sshd_DenyGroups) -}}
|
||||||
{{ body_option("DenyUsers",sshd_DenyUsers) -}}
|
{{ body_option("DenyUsers",sshd_DenyUsers) -}}
|
||||||
{{ body_option("ForceCommand",sshd_ForceCommand) -}}
|
{{ body_option("ForceCommand",sshd_ForceCommand) -}}
|
||||||
|
|
Loading…
Reference in a new issue