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

/freebsd-13-stable/crypto/openssh/
H A Dservconf.h141 int allow_agent_forwarding; member in struct:__anon6892
H A Dservconf.c142 options->allow_agent_forwarding = -1;
377 if (options->allow_agent_forwarding == -1)
378 options->allow_agent_forwarding = 1;
1662 intptr = &options->allow_agent_forwarding;
2302 M_CP_INTOPT(allow_agent_forwarding);
2609 dump_cfg_fmtint(sAllowAgentForwarding, o->allow_agent_forwarding);
H A Dsession.c2204 !options.allow_agent_forwarding) {

Completed in 34 milliseconds