Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDservconf.h127 int allow_agent_forwarding; member
HDservconf.c125 options->allow_agent_forwarding = -1; in initialize_server_options()
278 if (options->allow_agent_forwarding == -1) in fill_default_server_options()
279 options->allow_agent_forwarding = 1; in fill_default_server_options()
1277 intptr = &options->allow_agent_forwarding; in process_server_config_line()
1831 M_CP_INTOPT(allow_agent_forwarding); in copy_set_server_options()
HDsession.c380 if (!options.allow_agent_forwarding || in do_authenticated1()
2283 if (no_agent_forwarding_flag || !options.allow_agent_forwarding) { in session_auth_agent_req()