Skip to content

Commit

Permalink
ncm-metaconfig: SSH add SyslogFacility option
Browse files Browse the repository at this point in the history
  • Loading branch information
wdpypere committed Feb 16, 2024
1 parent 73d9651 commit 3e086ea
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 3e086ea

Please sign in to comment.