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.c1899 intptr = &options->identities_only;
2660 options->identities_only = - 1;
2862 if (options->identities_only == -1)
2863 options->identities_only = 0;
3639 dump_cfg_fmtint(oIdentitiesOnly, o->identities_only);
H A Dsshconnect2.c1793 if (!found && !options.identities_only) {
1826 if (!found && options.identities_only) {

Completed in 210 milliseconds