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.c1873 intptr = &options->identities_only; in process_config_line_depth()
2649 options->identities_only = - 1; in initialize_options()
2836 if (options->identities_only == -1) in fill_default_options()
2837 options->identities_only = 0; in fill_default_options()
3592 dump_cfg_fmtint(oIdentitiesOnly, o->identities_only); in dump_client_config()
H A Dsshconnect2.c1753 if (!found && !options.identities_only) { in pubkey_prepare()
1786 if (!found && options.identities_only) { in pubkey_prepare()