Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h125 int identities_only; member
H A Dreadconf.c1915 intptr = &options->identities_only; in process_config_line_depth()
2773 options->identities_only = - 1; in initialize_options()
2959 if (options->identities_only == -1) in fill_default_options()
2960 options->identities_only = 0; in fill_default_options()
3772 dump_cfg_fmtint(oIdentitiesOnly, o->identities_only); in dump_client_config()
H A Dsshconnect2.c1761 if (!found && !options.identities_only) { in pubkey_prepare()
1794 if (!found && options.identities_only) { in pubkey_prepare()