Skip to content

Commit

Permalink
Use the correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos committed Nov 10, 2023
1 parent b0dc953 commit be5adb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pylibsshext/session.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +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,
"publickey_accepted_algorithms": libssh.SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPES,
"hostkeys": libssh.SSH_OPTIONS_HOSTKEYS,
"gssapi_server_identity": libssh.SSH_OPTIONS_GSSAPI_SERVER_IDENTITY,
"gssapi_client_identity": libssh.SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY,
Expand Down

0 comments on commit be5adb7

Please sign in to comment.