Home
last modified time | relevance | path

Searched refs:forward_agent (Results 1 – 6 of 6) sorted by relevance

/src/crypto/openssh/
H A Dreadconf.h31 int forward_agent; /* Forward authentication agent. */ member
H A Dssh.c878 options.forward_agent = 0; in main()
881 options.forward_agent = 1; in main()
1813 if (options.forward_agent && options.forward_agent_sock_path != NULL) { in main()
1822 options.forward_agent = 0; in main()
2184 if (options.forward_agent) { in check_agent_present()
2187 options.forward_agent = 0; in check_agent_present()
2222 if (options.forward_agent) { in ssh_session2_setup()
H A Dreadconf.c1237 intptr = &options->forward_agent; in process_config_line_depth()
2650 options->forward_agent = -1; in initialize_options()
2796 if (options->forward_agent == -1) in fill_default_options()
2797 options->forward_agent = 0; in fill_default_options()
3761 dump_cfg_fmtint(oForwardAgent, o->forward_agent); in dump_client_config()
H A Dsshconnect.c1363 if (options.forward_agent) { in check_host_key()
1366 options.forward_agent = 0; in check_host_key()
H A Dclientloop.c965 } else if (options.forward_agent != 0) { in client_repledge()
1813 if (!options.forward_agent) { in client_request_agent()
H A Dmux.c1399 if (cctx->want_agent_fwd && options.forward_agent) { in mux_session_confirm()
1919 (r = sshbuf_put_u32(m, options.forward_agent)) != 0 || in mux_client_request_session()