Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h119 int allow_agent_forwarding; member
Dservconf.c113 options->allow_agent_forwarding = -1; in initialize_server_options()
250 if (options->allow_agent_forwarding == -1) in fill_default_server_options()
251 options->allow_agent_forwarding = 1; in fill_default_server_options()
1074 intptr = &options->allow_agent_forwarding; in process_server_config_line()
1519 M_CP_INTOPT(allow_agent_forwarding); in copy_set_server_options()
Dsession.c372 if (!options.allow_agent_forwarding || in do_authenticated1()
2217 if (no_agent_forwarding_flag || !options.allow_agent_forwarding) { in session_auth_agent_req()