Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h31 int forward_agent; /* Forward authentication agent. */ member
H A Dssh.c848 options.forward_agent = 0; in main()
851 options.forward_agent = 1; in main()
1798 if (options.forward_agent && options.forward_agent_sock_path != NULL) { in main()
1807 options.forward_agent = 0; in main()
2173 if (options.forward_agent) { in check_agent_present()
2176 options.forward_agent = 0; in check_agent_present()
2209 if (options.forward_agent) in ssh_session2_setup()
H A Dreadconf.c1236 intptr = &options->forward_agent; in process_config_line_depth()
2706 options->forward_agent = -1; in initialize_options()
2854 if (options->forward_agent == -1) in fill_default_options()
2855 options->forward_agent = 0; in fill_default_options()
3871 dump_cfg_fmtint(oForwardAgent, o->forward_agent); in dump_client_config()
H A Dsshconnect.c1349 if (options.forward_agent) { in check_host_key()
1352 options.forward_agent = 0; in check_host_key()
H A Dclientloop.c961 } else if (options.forward_agent != 0) { in client_repledge()
1839 if (!options.forward_agent) { in client_request_agent()
H A Dmux.c1448 if (cctx->want_agent_fwd && options.forward_agent) in mux_session_confirm()
2021 (r = sshbuf_put_u32(m, options.forward_agent)) != 0 || in mux_client_request_session()