Home
last modified time | relevance | path

Searched refs:authorized_keys_command (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dservconf.h214 char *authorized_keys_command; member
270 M_CP_STROPT(authorized_keys_command); \
H A Dauth2-pubkey.c895 if (options.authorized_keys_command == NULL) in user_key_command_allowed2()
930 if (argv_split(options.authorized_keys_command, &ac, &av, 0) != 0) { in user_key_command_allowed2()
932 options.authorized_keys_command); in user_key_command_allowed2()
937 options.authorized_keys_command); in user_key_command_allowed2()
983 options.authorized_keys_command, key, authoptsp); in user_key_command_allowed2()
H A Dservconf.c186 options->authorized_keys_command = NULL; in initialize_server_options()
2340 charptr = &options->authorized_keys_command; in process_server_config_line_depth()
2347 if (*activep && options->authorized_keys_command == NULL) in process_server_config_line_depth()
2959 dump_cfg_string(sAuthorizedKeysCommand, o->authorized_keys_command); in dump_config()
H A Dsshd.c1785 (options.authorized_keys_command != NULL &&
1786 strcasecmp(options.authorized_keys_command, "none") != 0))