Searched refs:authorized_keys_command (Results 1 – 5 of 5) sorted by relevance
226 char *authorized_keys_command; member295 M_CP_STROPT(authorized_keys_command); \
668 if (options.authorized_keys_command == NULL) in user_key_command_allowed2()703 if (argv_split(options.authorized_keys_command, &ac, &av, 0) != 0) { in user_key_command_allowed2()705 options.authorized_keys_command); in user_key_command_allowed2()710 options.authorized_keys_command); in user_key_command_allowed2()758 options.authorized_keys_command, key, remote_ip, in user_key_command_allowed2()
1084 (options.authorized_keys_command != NULL && in main()1085 strcasecmp(options.authorized_keys_command, "none") != 0)) in main()
1604 (options.authorized_keys_command != NULL && in main()1605 strcasecmp(options.authorized_keys_command, "none") != 0)) in main()
199 options->authorized_keys_command = NULL; in initialize_server_options()2569 charptr = &options->authorized_keys_command; in process_server_config_line_depth()3318 dump_cfg_string(sAuthorizedKeysCommand, o->authorized_keys_command); in dump_config()