Skip to content

Commit

Permalink
Merge pull request #1654 from wdpypere/ncm-metaconfig-ssh
Browse files Browse the repository at this point in the history
ncm-metaconfig: SSH add SyslogFacility option
  • Loading branch information
jrha authored Feb 16, 2024
2 parents 73d9651 + 3e086ea commit b9f96b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncm-metaconfig/src/main/metaconfig/ssh/pan/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ type sshd_config_opts = {
'PrintMotd' ? boolean
'StrictModes' ? boolean
'Subsystem' ? string{}
'SyslogFacility' ? string with match (SELF, "^(DAEMON|USER|AUTH|LOCAL[0-7])$")
'SyslogFacility' ? string with match (SELF, "^(DAEMON|USER|AUTH(PRIV)?|LOCAL[0-7])$")
'TCPKeepAlive' ? boolean
'UseDNS' ? boolean
'UsePAM' ? boolean
Expand Down

0 comments on commit b9f96b4

Please sign in to comment.