Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
libssh2_publickey_add_ex(3)	     libssh2	     libssh2_publickey_add_ex(3)

NAME
     libssh2_publickey_add_ex - Add a public key entry

SYNOPSIS
     #include <libssh2.h>

     int
     libssh2_publickey_add_ex(LIBSSH2_PUBLICKEY *pkey,
			      const unsigned char *name, unsigned long name_len,
			      const unsigned char *blob, unsigned long blob_len,
			      char overwrite, unsigned long num_attrs,
			      const libssh2_publickey_attribute attrs[])

DESCRIPTION
     TBD

RETURN VALUE
     Returns 0 on success, negative on failure.

ERRORS
     LIBSSH2_ERROR_BAD_USE LIBSSH2_ERROR_ALLOC, LIBSSH2_ERROR_EAGAIN LIBSSH2_ER-
     ROR_SOCKET_SEND, LIBSSH2_ERROR_SOCKET_TIMEOUT, LIBSSH2_ERROR_PUBLICKEY_PRO-
     TOCOL,

SEE ALSO
libssh2 			   1 Jun 2007	     libssh2_publickey_add_ex(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libssh2_publickey_add_ex&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help