Skip to content

Options #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ssh/c_ssh.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,11 @@ cdef extern from "libssh/libssh.h" nogil:
SSH_OPTIONS_KBDINT_AUTH,
SSH_OPTIONS_GSSAPI_AUTH,
SSH_OPTIONS_GLOBAL_KNOWNHOSTS,
SSH_OPTIONS_NODELAY
SSH_OPTIONS_NODELAY,
SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPES,
SSH_OPTIONS_PROCESS_CONFIG,
SSH_OPTIONS_REKEY_DATA,
SSH_OPTIONS_REKEY_TIME
enum:
SSH_SCP_WRITE
SSH_SCP_READ
Expand Down
271 changes: 204 additions & 67 deletions ssh/callbacks.c

Large diffs are not rendered by default.

351 changes: 250 additions & 101 deletions ssh/channel.c

Large diffs are not rendered by default.

378 changes: 266 additions & 112 deletions ssh/connector.c

Large diffs are not rendered by default.

196 changes: 164 additions & 32 deletions ssh/error_codes.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading