Skip to content

Commit

Permalink
add missing options: PUBLICKEY_ACCEPTED_TYPES, PROCESS_CONFIG, REKEY_…
Browse files Browse the repository at this point in the history
…DATA, REKEY_TIME
  • Loading branch information
enkore committed Mar 2, 2022
1 parent db8d0b5 commit 4e56082
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 159 deletions.
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
Loading

0 comments on commit 4e56082

Please sign in to comment.