Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h127 int allow_agent_forwarding; member
Dservconf.c132 options->allow_agent_forwarding = -1; in initialize_server_options()
298 if (options->allow_agent_forwarding == -1) in fill_default_server_options()
299 options->allow_agent_forwarding = 1; in fill_default_server_options()
1374 intptr = &options->allow_agent_forwarding; in process_server_config_line()
1995 M_CP_INTOPT(allow_agent_forwarding); in copy_set_server_options()
2290 dump_cfg_fmtint(sAllowAgentForwarding, o->allow_agent_forwarding); in dump_config()
Dsession.c2072 if (no_agent_forwarding_flag || !options.allow_agent_forwarding) { in session_auth_agent_req()