Skip to content

Commit

Permalink
Fixes #1713: ncm-ssh add ssh/sshd option GSSAPIKexAlgorithms to schem…
Browse files Browse the repository at this point in the history
…a.pan
  • Loading branch information
ulrich1919 committed Sep 12, 2024
1 parent 797d010 commit 6e48839
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 @@ -73,6 +73,7 @@ type ssh_core_options_type = {
"Compression" ? string with match (SELF, '^(yes|delayed|no)$')
"GSSAPIAuthentication" ? legacy_binary_affirmation_string
"GSSAPICleanupCredentials" ? legacy_binary_affirmation_string
"GSSAPIKexAlgorithms" ? string
"GSSAPIKeyExchange" ? legacy_binary_affirmation_string
"GatewayPorts" ? legacy_binary_affirmation_string
"HostbasedAuthentication" ? legacy_binary_affirmation_string
Expand Down

0 comments on commit 6e48839

Please sign in to comment.