1libssh2_agent_set_identity_path(3)  libssh2 libssh2_agent_set_identity_path(3)
2
3
4

NAME

6       libssh2_agent_set_identity_path - set an ssh-agent socket path on disk
7

SYNOPSIS

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

DESCRIPTION

15       Allows  a  custom  agent  identity  socket  path instead of the default
16       SSH_AUTH_SOCK env value
17
18

RETURN VALUE

20       Returns void
21

AVAILABILITY

23       Added in libssh2 1.9
24

SEE ALSO

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