Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth-rhosts.c231 if (options.strict_modes && in auth_rhosts2_raw()
258 if (options.strict_modes && in auth_rhosts2_raw()
H A Dauth-rsa.c187 if (options.strict_modes && in auth_rsa_key_allowed()
H A Dservconf.c91 options->strict_modes = -1; in initialize_server_options()
282 if (options->strict_modes == -1) in fill_default_server_options()
283 options->strict_modes = 1; in fill_default_server_options()
1042 intptr = &options->strict_modes; in process_server_config_line()
H A Dauth2-pubkey.c252 if (options.strict_modes && in user_key_allowed2()
H A Dauth.c465 if (options.strict_modes && in check_key_in_hostfiles()
/titanic_50/usr/src/cmd/ssh/include/
H A Dservconf.h70 int strict_modes; /* If true, require string home dir modes. */ member