1libssh2_agent_get_identity_path(3l)ibssh2 manuallibssh2_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 * libssh2_agent_get_identity_path(LIBSSH2_AGENT *agent);
12

DESCRIPTION

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

RETURN VALUE

19       Returns the socket path on disk.
20

AVAILABILITY

22       Added in libssh2 1.9
23

SEE ALSO

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