Searched refs:authorized_keys_command (Results 1 – 4 of 4) sorted by relevance
214 char *authorized_keys_command; member270 M_CP_STROPT(authorized_keys_command); \
895 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()
186 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()
1785 (options.authorized_keys_command != NULL &&1786 strcasecmp(options.authorized_keys_command, "none") != 0))