Searched refs:identity_files (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h99 char *identity_files[SSH_MAX_IDENTITY_FILES]; member in struct:__anon4957
H A Dssh.c965 /* load options.identity_files */
1000 free(options.identity_files[i]);
1001 options.identity_files[i] = NULL;
1611 char *identity_files[SSH_MAX_IDENTITY_FILES]; local
1619 bzero(identity_files, sizeof(identity_files));
1634 identity_files[n_ids] =
1650 strcasecmp(options.identity_files[i], "none") == 0) {
1651 free(options.identity_files[i]);
1654 cp = tilde_expand_filename(options.identity_files[
[all...]
H A Dsshconnect1.c214 authfile = options.identity_files[idx];
H A Dreadconf.c378 options->identity_files[options->num_identity_files++] = path;
H A Dsshconnect2.c1420 id->filename = xstrdup(options.identity_files[i]);

Completed in 140 milliseconds