Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDservconf.h177 char *authorized_keys_command_user; member
217 M_CP_STROPT(authorized_keys_command_user); \
HDauth2-pubkey.c518 if (options.authorized_keys_command_user == NULL) { in user_key_command_allowed2()
523 username = percent_expand(options.authorized_keys_command_user, in user_key_command_allowed2()
HDservconf.c151 options->authorized_keys_command_user = NULL; in initialize_server_options()
1639 charptr = &options->authorized_keys_command_user; in process_server_config_line()
2089 dump_cfg_string(sAuthorizedKeysCommandUser, o->authorized_keys_command_user); in dump_config()
HDsshd.c1647 if (options.authorized_keys_command_user == NULL &&