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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h116 int identities_only; member in struct:__anon4957
H A Dreadconf.c931 intptr = &options->identities_only;
1300 options->identities_only = - 1;
1442 if (options->identities_only == -1)
1443 options->identities_only = 0;
H A Dsshconnect2.c1441 if (!found && options.identities_only) {
1465 if (!found && !options.identities_only) {

Completed in 127 milliseconds