geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
902 B

  1. .TH libssh2_userauth_publickey_fromfile 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2 manual"
  2. .SH NAME
  3. libssh2_userauth_publickey_fromfile - convenience macro for \fIlibssh2_userauth_publickey_fromfile_ex(3)\fP calls
  4. .SH SYNOPSIS
  5. #include <libssh2.h>
  6. int
  7. libssh2_userauth_publickey_fromfile(LIBSSH2_SESSION *session,
  8. const char *username,
  9. const char *publickey,
  10. const char *privatekey,
  11. const char *passphrase);
  12. .SH DESCRIPTION
  13. This is a macro defined in a public libssh2 header file that is using the
  14. underlying function \fIlibssh2_userauth_publickey_fromfile_ex(3)\fP.
  15. .SH RETURN VALUE
  16. See \fIlibssh2_userauth_publickey_fromfile_ex(3)\fP
  17. .SH ERRORS
  18. See \fIlibssh2_userauth_publickey_fromfile_ex(3)\fP
  19. .SH SEE ALSO
  20. .BR libssh2_userauth_publickey_fromfile_ex(3)