![]() |
![]()
| ![]() |
![]()
NAMElibssh2_userauth_publickey - authenticate using a callback function SYNOPSIS#include <libssh2.h> int libssh2_userauth_publickey(LIBSSH2_SESSION *session, DESCRIPTIONAuthenticate with the sign_callback callback that matches the prototype below CALLBACKint name(LIBSSH2_SESSION *session, unsigned char **sig, size_t *sig_len, This function gets called... RETURN VALUEReturn 0 on success or negative on failure. SEE ALSOlibssh2_userauth_publickey_fromfile_ex(3)
|