HomeSort by relevance Sort by last modified time
    Searched refs:allow_agent_forwarding (Results 1 - 3 of 3) sorted by null

  /external/openssh/
servconf.h 119 int allow_agent_forwarding; member in struct:__anon9886
servconf.c 113 options->allow_agent_forwarding = -1;
250 if (options->allow_agent_forwarding == -1)
251 options->allow_agent_forwarding = 1;
    [all...]
session.c 372 if (!options.allow_agent_forwarding ||
    [all...]

Completed in 567 milliseconds