Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h178 char *authorized_keys_command_user; member
218 M_CP_STROPT(authorized_keys_command_user); \
Dauth2-pubkey.c981 if (options.authorized_keys_command_user == NULL) { in user_key_command_allowed2()
993 username = percent_expand(options.authorized_keys_command_user, in user_key_command_allowed2()
Dservconf.c160 options->authorized_keys_command_user = NULL; in initialize_server_options()
1742 charptr = &options->authorized_keys_command_user; in process_server_config_line()
2311 dump_cfg_string(sAuthorizedKeysCommandUser, o->authorized_keys_command_user); in dump_config()
Dsshd.c1597 if (options.authorized_keys_command_user == NULL &&