File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ AuthorizedPrincipalsCommand
1818AuthorizedPrincipalsCommandUser
1919AuthorizedPrincipalsFile
2020Banner
21+ CanonicalMatchUser
2122CASignatureAlgorithms
2223ChallengeResponseAuthentication
2324ChannelTimeout
Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ Match {{ match["Condition"] }}
151151{{ body_option("AuthorizedPrincipalsCommandUser",sshd_AuthorizedPrincipalsCommandUser) -}}
152152{{ body_option("AuthorizedPrincipalsFile",sshd_AuthorizedPrincipalsFile) -}}
153153{{ body_option("Banner",sshd_Banner) -}}
154+ {{ body_option("CanonicalMatchUser",sshd_CanonicalMatchUser) -}}
154155{{ body_option("CASignatureAlgorithms",sshd_CASignatureAlgorithms) -}}
155156{{ body_option("ChallengeResponseAuthentication",sshd_ChallengeResponseAuthentication) -}}
156157{{ body_option("ChannelTimeout",sshd_ChannelTimeout) -}}
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ Match {{ match["Condition"] }}
149149{{ body_option("AuthorizedPrincipalsCommandUser",sshd_AuthorizedPrincipalsCommandUser) -}}
150150{{ body_option("AuthorizedPrincipalsFile",sshd_AuthorizedPrincipalsFile) -}}
151151{{ body_option("Banner",sshd_Banner) -}}
152+ {{ body_option("CanonicalMatchUser",sshd_CanonicalMatchUser) -}}
152153{{ body_option("CASignatureAlgorithms",sshd_CASignatureAlgorithms) -}}
153154{{ body_option("ChallengeResponseAuthentication",sshd_ChallengeResponseAuthentication) -}}
154155{{ body_option("ChannelTimeout",sshd_ChannelTimeout) -}}
You can’t perform that action at this time.
0 commit comments