Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssh/
HDservconf.h165 int allow_agent_forwarding; member
HDservconf.c153 options->allow_agent_forwarding = -1; in initialize_server_options()
418 if (options->allow_agent_forwarding == -1) in fill_default_server_options()
419 options->allow_agent_forwarding = 1; in fill_default_server_options()
1851 intptr = &options->allow_agent_forwarding; in process_server_config_line_depth()
2926 M_CP_INTOPT(allow_agent_forwarding); in copy_set_server_options()
3273 dump_cfg_fmtint(sAllowAgentForwarding, o->allow_agent_forwarding); in dump_config()
HDsession.c2197 !options.allow_agent_forwarding || in session_auth_agent_req()