debian man page for libssh2_userauth_publickey

Query: libssh2_userauth_publickey

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

libssh2_userauth_publickey(3)					  libssh2 manual				     libssh2_userauth_publickey(3)

NAME
libssh2_userauth_publickey - authenticate using a callback function
SYNOPSIS
#include <libssh2.h> int libssh2_userauth_publickey(LIBSSH2_SESSION *session, const char *user, const unsigned char *pubkeydata, size_t pubkeydata_len, sign_callback, void **abstract);
DESCRIPTION
Authenticate with the sign_callback callback that matches the prototype below
CALLBACK
int name(LIBSSH2_SESSION *session, unsigned char **sig, size_t *sig_len, const unsigned char *data, size_t data_len, void **abstract); This function gets called...
RETURN VALUE
Return 0 on success or negative on failure.
SEE ALSO
libssh2_userauth_publickey_fromfile_ex(3) libssh2 0.15 1 Jun 2007 libssh2_userauth_publickey(3)
Related Man Pages
libssh2_session_disconnect_ex(3) - debian
libssh2_userauth_keyboard_interactive_ex(3) - debian
libssh2_userauth_password_ex(3) - debian
libssh2_userauth_publickey_fromfile_ex(3) - debian
libssh2_session_disconnect_ex(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
How to copy a column of multiple files and paste into new excel file (next to column)?