Home
last modified time | relevance | path

Searched refs:allow_agent_forwarding (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dservconf.h153 int allow_agent_forwarding; member
Dservconf.c153 options->allow_agent_forwarding = -1; in initialize_server_options()
413 if (options->allow_agent_forwarding == -1) in fill_default_server_options()
414 options->allow_agent_forwarding = 1; in fill_default_server_options()
1733 intptr = &options->allow_agent_forwarding; in process_server_config_line_depth()
2505 M_CP_INTOPT(allow_agent_forwarding); in copy_set_server_options()
2829 dump_cfg_fmtint(sAllowAgentForwarding, o->allow_agent_forwarding); in dump_config()
Dsession.c2194 !options.allow_agent_forwarding) { in session_auth_agent_req()