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

  /external/openssh/
readconf.h 164 #define SSHCTL_MASTER_YES 1
ssh.c 829 if (options.control_master == SSHCTL_MASTER_YES)
832 options.control_master = SSHCTL_MASTER_YES;
    [all...]
readconf.c 703 { "true", SSHCTL_MASTER_YES },
704 { "yes", SSHCTL_MASTER_YES },
    [all...]

Completed in 461 milliseconds