Skip to content

Commit

Permalink
Support changing SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPES
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos committed Oct 27, 2023
1 parent 48699f5 commit 9e8af6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pylibsshext/session.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ OPTS_MAP = {
"timeout": libssh.SSH_OPTIONS_TIMEOUT,
"knownhosts": libssh.SSH_OPTIONS_KNOWNHOSTS,
"proxycommand": libssh.SSH_OPTIONS_PROXYCOMMAND,
"publickey_accepted_types": libssh.SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPES,
"gssapi_server_identity": libssh.SSH_OPTIONS_GSSAPI_SERVER_IDENTITY,
"gssapi_client_identity": libssh.SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY,
"gssapi_delegate_credentials": libssh.SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS,
Expand Down

0 comments on commit 9e8af6e

Please sign in to comment.