Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dssh.c151 char *forward_agent_sock_path = NULL; variable
1503 if (options.forward_agent_sock_path != NULL) { in main()
1504 p = tilde_expand_filename(options.forward_agent_sock_path, in main()
1508 free(options.forward_agent_sock_path); in main()
1509 options.forward_agent_sock_path = cp; in main()
1510 if (stat(options.forward_agent_sock_path, &st) != 0) { in main()
1512 options.forward_agent_sock_path, strerror(errno)); in main()
1784 if (options.forward_agent && options.forward_agent_sock_path != NULL) { in main()
1785 cp = options.forward_agent_sock_path; in main()
1791 forward_agent_sock_path = xstrdup(p); in main()
[all …]
Dreadconf.h33 char *forward_agent_sock_path; /* Optional path of the agent. */ member
Dreadconf.c1292 charptr = &options->forward_agent_sock_path; in process_config_line_depth()
2741 options->forward_agent_sock_path = NULL; in initialize_options()
3221 free(o->forward_agent_sock_path); in free_options()
3898 if (o->forward_agent_sock_path == NULL) in dump_client_config()
3901 dump_cfg_string(oForwardAgent, o->forward_agent_sock_path); in dump_client_config()
Dclientloop.c137 extern char *forward_agent_sock_path;
1829 if (forward_agent_sock_path == NULL) { in client_request_agent()
1832 r = ssh_get_authentication_socket_path(forward_agent_sock_path, &sock); in client_request_agent()