Skip to content

Commit 1d1887b

Browse files
pkittenisenkore
andauthored
Options (#49)
* add missing options: PUBLICKEY_ACCEPTED_TYPES, PROCESS_CONFIG, REKEY_DATA, REKEY_TIME * Re-generated sources with latest cython Co-authored-by: Marian Beermann <[email protected]>
1 parent 4337437 commit 1d1887b

18 files changed

+3882
-1406
lines changed

ssh/c_ssh.pxd

+5-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,11 @@ cdef extern from "libssh/libssh.h" nogil:
240240
SSH_OPTIONS_KBDINT_AUTH,
241241
SSH_OPTIONS_GSSAPI_AUTH,
242242
SSH_OPTIONS_GLOBAL_KNOWNHOSTS,
243-
SSH_OPTIONS_NODELAY
243+
SSH_OPTIONS_NODELAY,
244+
SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPES,
245+
SSH_OPTIONS_PROCESS_CONFIG,
246+
SSH_OPTIONS_REKEY_DATA,
247+
SSH_OPTIONS_REKEY_TIME
244248
enum:
245249
SSH_SCP_WRITE
246250
SSH_SCP_READ

ssh/callbacks.c

+204-67
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh/channel.c

+250-101
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh/connector.c

+266-112
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh/error_codes.c

+164-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)