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

  /external/openssh/
readconf.h 34 int forward_agent; /* Forward authentication agent. */ member in struct:__anon24071
ssh.c 387 options.forward_agent = 0;
390 options.forward_agent = 1;
1148 if (options.forward_agent) {
1151 options.forward_agent = 0;
    [all...]
sshconnect.c 535 if (options.forward_agent) {
537 options.forward_agent = 0;
1005 if (options.forward_agent) {
1008 options.forward_agent = 0;
    [all...]
readconf.c 405 intptr = &options->forward_agent;
1129 options->forward_agent = -1;
    [all...]
clientloop.c     [all...]
mux.c     [all...]

Completed in 45 milliseconds