libssh2_userauth_publickey_fromfile_ex.3: cleaned up looks
This commit is contained in:
parent
8ec21e0afe
commit
610a8ab919
@ -6,12 +6,12 @@ libssh2_userauth_publickey_fromfile - authenticate a session with a public key,
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
#include <libssh2.h>
|
#include <libssh2.h>
|
||||||
|
|
||||||
int
|
.nf
|
||||||
libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session, const char *username, unsigned int username_len, const char *publickey, const char *privatekey, const char *passphrase);
|
int libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session,
|
||||||
|
const char *username,
|
||||||
int
|
const char *publickey,
|
||||||
libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session, const char *username, const char *publickey, const char *privatekey, const char *passphrase);
|
const char *privatekey,
|
||||||
|
const char *passphrase);
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fIsession\fP - Session instance as returned by
|
\fIsession\fP - Session instance as returned by
|
||||||
.BR libssh2_session_init_ex(3)
|
.BR libssh2_session_init_ex(3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user