Home
last modified time | relevance | path

Searched refs:strict_modes (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dauth.c293 if (options.strict_modes && in check_key_in_hostfiles()
390 int strict_modes __attribute__((__unused__))) in auth_openkeyfile() argument
419 if (options.strict_modes && in auth_openkeyfile()
Dauth-rhosts.c254 if (options.strict_modes && in auth_rhosts2_raw()
281 if (options.strict_modes && in auth_rhosts2_raw()
Dservconf.h69 int strict_modes; /* If true, require string home dir modes. */ member
Dservconf.c76 options->strict_modes = -1; in initialize_server_options()
168 if (options->strict_modes == -1) in fill_default_server_options()
169 options->strict_modes = 1; in fill_default_server_options()
831 intptr = &options->strict_modes; in process_server_config_line()
1490 dump_cfg_fmtint(sStrictModes, o->strict_modes); in dump_config()
Dauth-rsa.c180 f = auth_openkeyfile(file, pw, options.strict_modes); in auth_rsa_key_allowed()
Dauth2-pubkey.c189 f = auth_openkeyfile(file, pw, options.strict_modes); in user_key_allowed2()