Skip to content

Commit

Permalink
ncm-ssh: add MaxSessions ssh option
Browse files Browse the repository at this point in the history
add MaxSessions ssh option.
  • Loading branch information
Abdul Karim authored and Abdul Karim committed Oct 30, 2023
1 parent d6ece90 commit c8f6994
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 c8f6994

Please sign in to comment.