Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dservconf.h213 char *authorized_keys_command_user; member
276 M_CP_STROPT(authorized_keys_command_user); \
H A Dauth2-pubkey.c633 if (options.authorized_keys_command_user == NULL) { in user_key_command_allowed2()
645 username = percent_expand(options.authorized_keys_command_user, in user_key_command_allowed2()
H A Dservconf.c184 options->authorized_keys_command_user = NULL; in initialize_server_options()
2460 charptr = &options->authorized_keys_command_user; in process_server_config_line_depth()
3177 dump_cfg_string(sAuthorizedKeysCommandUser, o->authorized_keys_command_user); in dump_config()
H A Dsshd.c1843 if (options.authorized_keys_command_user == NULL &&