1libssh2_agent_list_identities(3)libssh2 manuallibssh2_agent_list_identities(3)
2
3
4

NAME

6       libssh2_agent_list_identities  - request an ssh-agent to list of public
7       keys.
8

SYNOPSIS

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

DESCRIPTION

15       Request an ssh-agent to list of public keys, and  stores  them  in  the
16       internal  collection of the handle.  Call libssh2_agent_get_identity(3)
17       to get a public key off the collection.
18
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_connect(3) libssh2_agent_get_identity(3)
28
29
30
31
32libssh2 1.2                       23 Dec 2009 libssh2_agent_list_identities(3)
Impressum