1libssh2_agent_connect(3)            libssh2           libssh2_agent_connect(3)
2
3
4

NAME

6       libssh2_agent_connect - connect to an ssh-agent
7

SYNOPSIS

9       #include <libssh2.h>
10
11       int
12       libssh2_agent_connect(LIBSSH2_AGENT *agent);
13

DESCRIPTION

15       Connect to an ssh-agent running on the system.
16
17       Call  libssh2_agent_disconnect(3) to close the connection after you are
18       doing using it.
19

RETURN VALUE

21       Returns 0 if succeeded, or a negative value for error.
22

AVAILABILITY

24       Added in libssh2 1.2
25

SEE ALSO

27       libssh2_agent_init(3) libssh2_agent_disconnect(3)
28
29
30
31libssh2                           23 Dec 2009         libssh2_agent_connect(3)
Impressum