1libssh2_agent_get_identity_path(3)  libssh2 libssh2_agent_get_identity_path(3)
2
3
4

NAME

6       libssh2_agent_get_identity_path - gets the custom ssh-agent socket path
7

SYNOPSIS

9       #include <libssh2.h>
10
11       const char *
12       libssh2_agent_get_identity_path(LIBSSH2_AGENT *agent);
13

DESCRIPTION

15       Returns  the  custom  agent  identity  socket  path  if  set using lib‐
16       ssh2_agent_set_identity_path()
17
18

RETURN VALUE

20       Returns the socket path on disk.
21

AVAILABILITY

23       Added in libssh2 1.9
24

SEE ALSO

26       libssh2_agent_init(3) libssh2_agent_set_identity_path(3)
27
28
29
30libssh2                           6 Mar 2019libssh2_agent_get_identity_path(3)
Impressum