userauth_publickey_frommemory.3: add AVAILABILITY
... it will be added in 1.6.0
This commit is contained in:
parent
56f7c0e2a4
commit
41d22ccf26
@ -34,12 +34,10 @@ It's only supported when libssh2 is backed by OpenSSL.
|
|||||||
\fIpassphrase\fP - Passphrase to use when decoding private key file.
|
\fIpassphrase\fP - Passphrase to use when decoding private key file.
|
||||||
|
|
||||||
Attempt public key authentication using a PEM encoded private key file stored in memory.
|
Attempt public key authentication using a PEM encoded private key file stored in memory.
|
||||||
|
|
||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
Return 0 on success or negative on failure. It returns
|
Return 0 on success or negative on failure. It returns
|
||||||
LIBSSH2_ERROR_EAGAIN when it would otherwise block. While
|
LIBSSH2_ERROR_EAGAIN when it would otherwise block. While
|
||||||
LIBSSH2_ERROR_EAGAIN is a negative number, it isn't really a failure per se.
|
LIBSSH2_ERROR_EAGAIN is a negative number, it isn't really a failure per se.
|
||||||
|
|
||||||
.SH ERRORS
|
.SH ERRORS
|
||||||
\fILIBSSH2_ERROR_ALLOC\fP - An internal memory allocation call failed.
|
\fILIBSSH2_ERROR_ALLOC\fP - An internal memory allocation call failed.
|
||||||
|
|
||||||
@ -52,6 +50,7 @@ combination was invalid.
|
|||||||
|
|
||||||
\fILIBSSH2_ERROR_AUTHENTICATION_FAILED\fP - Authentication using the supplied
|
\fILIBSSH2_ERROR_AUTHENTICATION_FAILED\fP - Authentication using the supplied
|
||||||
public key was not accepted.
|
public key was not accepted.
|
||||||
|
.SH AVAILABILITY
|
||||||
|
libssh2_userauth_publickey_frommemory was added in libssh2 1.6.0
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR libssh2_session_init_ex(3)
|
.BR libssh2_session_init_ex(3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user