Searched refs:authorized_keys_command (Results 1 – 4 of 4) sorted by relevance
212 char *authorized_keys_command; member275 M_CP_STROPT(authorized_keys_command); \
631 if (options.authorized_keys_command == NULL) in user_key_command_allowed2()666 if (argv_split(options.authorized_keys_command, &ac, &av, 0) != 0) { in user_key_command_allowed2()668 options.authorized_keys_command); in user_key_command_allowed2()673 options.authorized_keys_command); in user_key_command_allowed2()721 options.authorized_keys_command, key, remote_ip, in user_key_command_allowed2()
1844 (options.authorized_keys_command != NULL &&1845 strcasecmp(options.authorized_keys_command, "none") != 0))
183 options->authorized_keys_command = NULL; in initialize_server_options()2447 charptr = &options->authorized_keys_command; in process_server_config_line_depth()3176 dump_cfg_string(sAuthorizedKeysCommand, o->authorized_keys_command); in dump_config()