HomeSort by relevance Sort by last modified time
    Searched full:user_hostfile (Results 1 - 2 of 2) sorted by null

  /external/openssh/
auth.c 414 char *user_hostfile; local
423 user_hostfile = tilde_expand_filename(userfile, pw->pw_uid);
425 (stat(user_hostfile, &st) == 0) &&
430 pw->pw_name, user_hostfile);
432 user_hostfile);
435 load_hostkeys(hostkeys, host, user_hostfile);
438 free(user_hostfile);
sshconnect.c 799 * is not valid. user_hostfile[0] will not be updated if 'readonly' is true.
    [all...]

Completed in 30 milliseconds