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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h118 int identities_only; member in struct:__anon6881
H A Dreadconf.c1392 intptr = &options->identities_only;
1918 options->identities_only = - 1;
2078 if (options->identities_only == -1)
2079 options->identities_only = 0;
2646 dump_cfg_fmtint(oIdentitiesOnly, o->identities_only);
H A Dsshconnect2.c1550 if (!found && !options.identities_only) {
1586 if (!found && options.identities_only) {

Completed in 66 milliseconds