Merge pull request #194 from richm/add-RSAMinSize

This commit is contained in:
Matt Willsher 2022-07-28 15:08:03 +01:00 committed by GitHub
commit 9f3eb191ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -87,6 +87,7 @@ PubkeyAcceptedAlgorithms
PubkeyAuthOptions
PubkeyAuthentication
RSAAuthentication
RSAMinSize
RekeyLimit
RevokedKeys
RDomain

View file

@ -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) -}}

View file

@ -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) -}}