Skip to content

Commit

Permalink
add changelog fragment
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC committed Feb 6, 2025
1 parent c9d57f1 commit 4a3b3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog-fragments/675.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Expose the SSH_OPTIONS_KEY_EXCHANGE option -- by :user:`NilashishC`
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,
"kex_algorithms": libssh.SSH_OPTIONS_KEY_EXCHANGE,
"key_exchange_algorithms": libssh.SSH_OPTIONS_KEY_EXCHANGE,
"publickey_accepted_algorithms": libssh.SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPES,
"hostkeys": libssh.SSH_OPTIONS_HOSTKEYS,
"gssapi_server_identity": libssh.SSH_OPTIONS_GSSAPI_SERVER_IDENTITY,
Expand Down

0 comments on commit 4a3b3d7

Please sign in to comment.