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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h89 char *identity_files[SSH_MAX_IDENTITY_FILES]; member in struct:__anon6881
H A Dssh.c1450 /* load options.identity_files */
1525 free(options.identity_files[i]);
1526 options.identity_files[i] = NULL;
1999 char *identity_files[SSH_MAX_IDENTITY_FILES]; local
2011 memset(identity_files, 0, sizeof(identity_files));
2032 identity_files[n_ids] =
2041 strcasecmp(options.identity_files[i], "none") == 0) {
2042 free(options.identity_files[i]);
2043 options.identity_files[
[all...]
H A Dreadconf.c460 strcmp(options->identity_files[i], path) == 0) {
469 options->identity_files[options->num_identity_files++] = path;
2701 dump_cfg_strarray(oIdentityFile, o->num_identity_files, o->identity_files);
H A Dsshconnect2.c1507 id->filename = xstrdup(options.identity_files[i]);

Completed in 126 milliseconds