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

  /external/openssh/
ssh.c 410 options.identity_files[options.num_identity_files++] =
899 /* load options.identity_files */
934 if (options.identity_files[i]) {
935 xfree(options.identity_files[i]);
936 options.identity_files[i] = NULL;
1485 char *identity_files[SSH_MAX_IDENTITY_FILES]; local
    [all...]
readconf.h 97 char *identity_files[SSH_MAX_IDENTITY_FILES]; member in struct:__anon9879
readconf.c 588 charptr = &options->identity_files[*intptr];
    [all...]
sshconnect1.c 214 authfile = options.identity_files[idx];
sshconnect2.c     [all...]

Completed in 31 milliseconds