1libssh2_userauth_password(3)    libssh2 manual    libssh2_userauth_password(3)
2
3
4

NAME

6       libssh2_userauth_password   -   convenience   macro  for  libssh2_user‐
7       auth_password_ex(3) calls
8

SYNOPSIS

10       #include <libssh2.h>
11
12       int libssh2_userauth_password(LIBSSH2_SESSION *session,
13                                     const char *username,
14                                     const char *password);
15
16

DESCRIPTION

18       This is a macro defined in a public libssh2 header file that  is  using
19       the underlying function libssh2_userauth_password_ex(3).
20

RETURN VALUE

22       See libssh2_userauth_password_ex(3)
23

ERRORS

25       See libssh2_userauth_password_ex(3)
26

SEE ALSO

28       libssh2_userauth_password_ex(3)
29
30
31
32libssh2 1.2.4                     20 Feb 2010     libssh2_userauth_password(3)
Impressum