We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d077e commit e5fdd3eCopy full SHA for e5fdd3e
ssh2/c_ssh2.pxd
@@ -134,6 +134,15 @@ cdef extern from "libssh2.h" nogil:
134
(void *))
135
int libssh2_userauth_password(LIBSSH2_SESSION *session,
136
const char *username, const char *password)
137
+ int libssh2_userauth_keyboard_interactive_ex(LIBSSH2_SESSION *session,
138
+ const char *username,
139
+ unsigned int username_len,
140
+ const char *password,
141
+ unsigned int password_len,
142
+ (void *))
143
+ int libssh2_userauth_keyboard_interactive(LIBSSH2_SESSION *session,
144
145
+ const char *password)
146
int libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session,
147
const char *username,
148
unsigned int username_len,
0 commit comments