mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-25 04:20:18 +01:00
Merge pull request #194 from richm/add-RSAMinSize
This commit is contained in:
commit
9f3eb191ea
3 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,7 @@ PubkeyAcceptedAlgorithms
|
||||||
PubkeyAuthOptions
|
PubkeyAuthOptions
|
||||||
PubkeyAuthentication
|
PubkeyAuthentication
|
||||||
RSAAuthentication
|
RSAAuthentication
|
||||||
|
RSAMinSize
|
||||||
RekeyLimit
|
RekeyLimit
|
||||||
RevokedKeys
|
RevokedKeys
|
||||||
RDomain
|
RDomain
|
||||||
|
|
|
@ -199,6 +199,7 @@ Match {{ match["Condition"] }}
|
||||||
{{ body_option("PubkeyAuthOptions",sshd_PubkeyAuthOptions) -}}
|
{{ body_option("PubkeyAuthOptions",sshd_PubkeyAuthOptions) -}}
|
||||||
{{ body_option("PubkeyAuthentication",sshd_PubkeyAuthentication) -}}
|
{{ body_option("PubkeyAuthentication",sshd_PubkeyAuthentication) -}}
|
||||||
{{ body_option("RSAAuthentication",sshd_RSAAuthentication) -}}
|
{{ body_option("RSAAuthentication",sshd_RSAAuthentication) -}}
|
||||||
|
{{ body_option("RSAMinSize",sshd_RSAMinSize) -}}
|
||||||
{{ body_option("RekeyLimit",sshd_RekeyLimit) -}}
|
{{ body_option("RekeyLimit",sshd_RekeyLimit) -}}
|
||||||
{{ body_option("RevokedKeys",sshd_RevokedKeys) -}}
|
{{ body_option("RevokedKeys",sshd_RevokedKeys) -}}
|
||||||
{{ body_option("RDomain",sshd_RDomain) -}}
|
{{ body_option("RDomain",sshd_RDomain) -}}
|
||||||
|
|
|
@ -198,6 +198,7 @@ Match {{ match["Condition"] }}
|
||||||
{{ body_option("PubkeyAuthOptions",sshd_PubkeyAuthOptions) -}}
|
{{ body_option("PubkeyAuthOptions",sshd_PubkeyAuthOptions) -}}
|
||||||
{{ body_option("PubkeyAuthentication",sshd_PubkeyAuthentication) -}}
|
{{ body_option("PubkeyAuthentication",sshd_PubkeyAuthentication) -}}
|
||||||
{{ body_option("RSAAuthentication",sshd_RSAAuthentication) -}}
|
{{ body_option("RSAAuthentication",sshd_RSAAuthentication) -}}
|
||||||
|
{{ body_option("RSAMinSize",sshd_RSAMinSize) -}}
|
||||||
{{ body_option("RekeyLimit",sshd_RekeyLimit) -}}
|
{{ body_option("RekeyLimit",sshd_RekeyLimit) -}}
|
||||||
{{ body_option("RevokedKeys",sshd_RevokedKeys) -}}
|
{{ body_option("RevokedKeys",sshd_RevokedKeys) -}}
|
||||||
{{ body_option("RDomain",sshd_RDomain) -}}
|
{{ body_option("RDomain",sshd_RDomain) -}}
|
||||||
|
|
Loading…
Reference in a new issue