Home
last modified time | relevance | path

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

/external/openssh/
Dssh.c174 char *forward_agent_sock_path = NULL; variable
1395 if (options.forward_agent_sock_path != NULL) { in main()
1396 p = tilde_expand_filename(options.forward_agent_sock_path, in main()
1401 free(options.forward_agent_sock_path); in main()
1402 options.forward_agent_sock_path = cp; in main()
1592 if (options.forward_agent && options.forward_agent_sock_path != NULL) { in main()
1593 cp = options.forward_agent_sock_path; in main()
1599 forward_agent_sock_path = p; in main()
1604 forward_agent_sock_path = cp; in main()
Dreadconf.h32 char *forward_agent_sock_path; /* Optional path of the agent. */ member
Dclientloop.c141 extern char *forward_agent_sock_path;
1613 if (forward_agent_sock_path == NULL) { in client_request_agent()
1616 r = ssh_get_authentication_socket_path(forward_agent_sock_path, &sock); in client_request_agent()
Dreadconf.c986 charptr = &options->forward_agent_sock_path; in process_config_line_depth()
1923 options->forward_agent_sock_path = NULL; in initialize_options()
2800 if (o->forward_agent_sock_path == NULL) in dump_client_config()
2803 dump_cfg_string(oForwardAgent, o->forward_agent_sock_path); in dump_client_config()