Searched refs:forward_agent_sock_path (Results 1 – 4 of 4) sorted by relevance
160 char *forward_agent_sock_path = NULL; variable1532 if (options.forward_agent_sock_path != NULL) { in main()1533 p = tilde_expand_filename(options.forward_agent_sock_path, in main()1537 free(options.forward_agent_sock_path); in main()1538 options.forward_agent_sock_path = cp; in main()1539 if (stat(options.forward_agent_sock_path, &st) != 0) { in main()1541 options.forward_agent_sock_path, strerror(errno)); in main()1813 if (options.forward_agent && options.forward_agent_sock_path != NULL) { in main()1814 cp = options.forward_agent_sock_path; in main()1820 forward_agent_sock_path = xstrdup(p); in main()[all …]
32 char *forward_agent_sock_path; /* Optional path of the agent. */ member
1263 charptr = &options->forward_agent_sock_path; in process_config_line_depth()2651 options->forward_agent_sock_path = NULL; in initialize_options()3083 free(o->forward_agent_sock_path); in free_options()3760 if (o->forward_agent_sock_path == NULL) in dump_client_config()3763 dump_cfg_string(oForwardAgent, o->forward_agent_sock_path); in dump_client_config()
141 extern char *forward_agent_sock_path;1819 if (forward_agent_sock_path == NULL) { in client_request_agent()1822 r = ssh_get_authentication_socket_path(forward_agent_sock_path, &sock); in client_request_agent()