cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

libssh2_userauth_hostbased_fromfile.3 (960B)


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