I found the type of authentication is keyboard-interactive, Now I am in documentation and I see this protype function:
#include <libssh2.h> int libssh2_userauth_keyboard_interactive_ex(LIBSSH2_SESSION *session, const char *username, unsigned int username_len, LIBSSH2_USERAUTH_KBDINT_RESPONSE_FUNC(*response_callback)); What is LIBSSH2_USERAUTH_KBDINT_RESPONSE_FUNC, and how I can set it?
_______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
