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

/freebsd-10.3-release/crypto/openssh/
H A Dreadconf.h95 char *identity_files[SSH_MAX_IDENTITY_FILES]; member in struct:__anon5372
H A Dssh.c1345 /* load options.identity_files */
1380 free(options.identity_files[i]);
1381 options.identity_files[i] = NULL;
1979 char *identity_files[SSH_MAX_IDENTITY_FILES]; local
1989 memset(identity_files, 0, sizeof(identity_files));
2006 identity_files[n_ids] =
2022 strcasecmp(options.identity_files[i], "none") == 0) {
2023 free(options.identity_files[i]);
2024 options.identity_files[
[all...]
H A Dsshconnect1.c228 authfile = options.identity_files[idx];
H A Dreadconf.c438 strcmp(options->identity_files[i], path) == 0) {
447 options->identity_files[options->num_identity_files++] = path;
2428 dump_cfg_strarray(oIdentityFile, o->num_identity_files, o->identity_files);
H A Dsshconnect2.c1299 id->filename = xstrdup(options.identity_files[i]);

Completed in 115 milliseconds