Skip to content

Commit

Permalink
Merge pull request quattor#1634 from aka7/ncm-ssh_max_session
Browse files Browse the repository at this point in the history
ncm-ssh: add MaxSessions ssh option
  • Loading branch information
wpoely86 committed Oct 30, 2023
2 parents d6d1347 + c8f6994 commit 756e746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ncm-ssh/src/main/pan/components/ssh/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ type ssh_daemon_options_type = {
"LoginGraceTime" ? long
"MaxAuthTries" ? long
"MaxStartups" ? long
"MaxSessions" ? long(0..)
"NoneEnabled" ? legacy_binary_affirmation_string
"PermitEmptyPasswords" ? legacy_binary_affirmation_string
"PermitRootLogin" ? choice(
Expand Down

0 comments on commit 756e746

Please sign in to comment.