We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12b5ec7 + 8ce7c8a commit 31eecbdCopy full SHA for 31eecbd
docs/changelog-fragments/675.feature.rst
@@ -0,0 +1,2 @@
1
+The underlying ``SSH_OPTIONS_KEY_EXCHANGE`` option of ``libssh`` is
2
+now available as ``key_exchange_algorithms`` -- by :user:`NilashishC`.
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
+ "key_exchange_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