Home
last modified time | relevance | path

Searched refs:forward_agent_sock_path (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh.c150 char *forward_agent_sock_path = NULL; variable
1473 if (options.forward_agent_sock_path != NULL) { in main()
1474 p = tilde_expand_filename(options.forward_agent_sock_path, in main()
1478 free(options.forward_agent_sock_path); in main()
1479 options.forward_agent_sock_path = cp; in main()
1480 if (stat(options.forward_agent_sock_path, &st) != 0) { in main()
1482 options.forward_agent_sock_path, strerror(errno)); in main()
1725 if (options.forward_agent && options.forward_agent_sock_path != NULL) { in main()
1726 cp = options.forward_agent_sock_path; in main()
1732 forward_agent_sock_path = xstrdup(p); in main()
[all …]
H A Dreadconf.h34 char *forward_agent_sock_path; /* Optional path of the agent. */ member
H A Dclientloop.c137 extern char *forward_agent_sock_path;
1828 if (forward_agent_sock_path == NULL) { in client_request_agent()
1831 r = ssh_get_authentication_socket_path(forward_agent_sock_path, &sock); in client_request_agent()