Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDservconf.h164 int allow_agent_forwarding; member
HDservconf.c152 options->allow_agent_forwarding = -1; in initialize_server_options()
408 if (options->allow_agent_forwarding == -1) in fill_default_server_options()
409 options->allow_agent_forwarding = 1; in fill_default_server_options()
1788 intptr = &options->allow_agent_forwarding; in process_server_config_line_depth()
2854 M_CP_INTOPT(allow_agent_forwarding); in copy_set_server_options()
3200 dump_cfg_fmtint(sAllowAgentForwarding, o->allow_agent_forwarding); in dump_config()
HDsession.c2180 !options.allow_agent_forwarding) { in session_auth_agent_req()