1libssh2_agent_set_identity_path(3l)ibssh2 manuallibssh2_agent_set_identity_path(3)
2
3
4
6 libssh2_agent_set_identity_path - set an ssh-agent socket path on disk
7
9 #include <libssh2.h>
10
11 void libssh2_agent_set_identity_path(LIBSSH2_AGENT *agent, const char
12 *path);
13
15 Allows a custom agent identity socket path instead of the default
16 SSH_AUTH_SOCK env value
17
18
20 Returns void
21
23 Added in libssh2 1.9
24
26 libssh2_agent_init(3) libssh2_agent_get_identity_path(3)
27
28
29
30
31libssh2 1.9 6 Mar 2019libssh2_agent_set_identity_path(3)