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

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h128 int allow_agent_forwarding; member in struct:__anon4965
H A Dservconf.c124 options->allow_agent_forwarding = -1;
274 if (options->allow_agent_forwarding == -1)
275 options->allow_agent_forwarding = 1;
1264 intptr = &options->allow_agent_forwarding;
1834 M_CP_INTOPT(allow_agent_forwarding);
H A Dsession.c380 if (!options.allow_agent_forwarding ||
2250 if (no_agent_forwarding_flag || !options.allow_agent_forwarding) {

Completed in 100 milliseconds