libssh2_userauth_hostbased_fromfile.3 780 B

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