mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-09 00:40:19 +01:00
add parameter RSAMinSize
Add support for the new RSAMinSize parameter.
This commit is contained in:
parent
7349bd448e
commit
6c0ff316af
3 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,7 @@ PubkeyAcceptedAlgorithms
|
|||
PubkeyAuthOptions
|
||||
PubkeyAuthentication
|
||||
RSAAuthentication
|
||||
RSAMinSize
|
||||
RekeyLimit
|
||||
RevokedKeys
|
||||
RDomain
|
||||
|
|
|
@ -199,6 +199,7 @@ Match {{ match["Condition"] }}
|
|||
{{ body_option("PubkeyAuthOptions",sshd_PubkeyAuthOptions) -}}
|
||||
{{ body_option("PubkeyAuthentication",sshd_PubkeyAuthentication) -}}
|
||||
{{ body_option("RSAAuthentication",sshd_RSAAuthentication) -}}
|
||||
{{ body_option("RSAMinSize",sshd_RSAMinSize) -}}
|
||||
{{ body_option("RekeyLimit",sshd_RekeyLimit) -}}
|
||||
{{ body_option("RevokedKeys",sshd_RevokedKeys) -}}
|
||||
{{ body_option("RDomain",sshd_RDomain) -}}
|
||||
|
|
|
@ -198,6 +198,7 @@ Match {{ match["Condition"] }}
|
|||
{{ body_option("PubkeyAuthOptions",sshd_PubkeyAuthOptions) -}}
|
||||
{{ body_option("PubkeyAuthentication",sshd_PubkeyAuthentication) -}}
|
||||
{{ body_option("RSAAuthentication",sshd_RSAAuthentication) -}}
|
||||
{{ body_option("RSAMinSize",sshd_RSAMinSize) -}}
|
||||
{{ body_option("RekeyLimit",sshd_RekeyLimit) -}}
|
||||
{{ body_option("RevokedKeys",sshd_RevokedKeys) -}}
|
||||
{{ body_option("RDomain",sshd_RDomain) -}}
|
||||
|
|
Loading…
Reference in a new issue