Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dreadconf.h143 int identities_only; member
Dreadconf.c2004 intptr = &options->identities_only; in process_config_line_depth()
2817 options->identities_only = - 1; in initialize_options()
3022 if (options->identities_only == -1) in fill_default_options()
3023 options->identities_only = 0; in fill_default_options()
3801 dump_cfg_fmtint(oIdentitiesOnly, o->identities_only); in dump_client_config()
Dsshconnect2.c1786 if (!found && !options.identities_only) { in pubkey_prepare()
1819 if (!found && options.identities_only) { in pubkey_prepare()