Skip to content

Commit

Permalink
Merge pull request #1707 from duncanatwork/fix_1690
Browse files Browse the repository at this point in the history
ncm-ssh: extend AllowTcpForwarding to support valid values
  • Loading branch information
jrha authored Sep 5, 2024
2 parents 8335ca6 + 30d0ca3 commit 13c3773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncm-ssh/src/main/pan/components/ssh/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type ssh_daemon_options_type = {
"AcceptEnv" ? string[]
"AllowAgentForwarding" ? legacy_binary_affirmation_string
"AllowGroups" ? string
"AllowTcpForwarding" ? legacy_binary_affirmation_string
"AllowTcpForwarding" ? choice('yes', 'no', 'all', 'local', 'remote')
"AllowUsers" ? string
"AuthorizedKeysFile" ? string
"Banner" ? string
Expand Down

0 comments on commit 13c3773

Please sign in to comment.