Searched refs:identities_only (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dreadconf.h144 int identities_only; member in struct:__anon10
H A Dreadconf.c1918 intptr = &options->identities_only;
2697 options->identities_only = - 1;
2901 if (options->identities_only == -1)
2902 options->identities_only = 0;
3678 dump_cfg_fmtint(oIdentitiesOnly, o->identities_only);
H A Dsshconnect2.c1784 if (!found && !options.identities_only) {
1817 if (!found && options.identities_only) {

Completed in 97 milliseconds