We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c08c20 commit 6139589Copy full SHA for 6139589
src/pylibsshext/session.pyx
@@ -33,6 +33,7 @@ OPTS_MAP = {
33
"timeout": libssh.SSH_OPTIONS_TIMEOUT,
34
"knownhosts": libssh.SSH_OPTIONS_KNOWNHOSTS,
35
"proxycommand": libssh.SSH_OPTIONS_PROXYCOMMAND,
36
+ "kex_algorithms": libssh.SSH_OPTIONS_KEY_EXCHANGE,
37
"publickey_accepted_algorithms": libssh.SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPES,
38
"hostkeys": libssh.SSH_OPTIONS_HOSTKEYS,
39
"gssapi_server_identity": libssh.SSH_OPTIONS_GSSAPI_SERVER_IDENTITY,
0 commit comments