HomeSort by: relevance | last modified time | path
    Searched refs:allow_agent_forwarding (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
servconf.h 180 int allow_agent_forwarding; member in struct:__anon186
servconf.c 165 options->allow_agent_forwarding = -1;
460 if (options->allow_agent_forwarding == -1)
461 options->allow_agent_forwarding = 1;
2028 intptr = &options->allow_agent_forwarding;
3255 M_CP_INTOPT(allow_agent_forwarding);
3601 dump_cfg_fmtint(sAllowAgentForwarding, o->allow_agent_forwarding);
session.c 1967 !options.allow_agent_forwarding ||

Completed in 22 milliseconds