Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dservconf.h226 char *authorized_keys_command_user; member
289 M_CP_STROPT(authorized_keys_command_user); \
H A Dauth2-pubkey.c634 if (options.authorized_keys_command_user == NULL) { in user_key_command_allowed2()
646 username = percent_expand(options.authorized_keys_command_user, in user_key_command_allowed2()
H A Dservconf.c198 options->authorized_keys_command_user = NULL; in initialize_server_options()
2507 charptr = &options->authorized_keys_command_user; in process_server_config_line_depth()
3224 dump_cfg_string(sAuthorizedKeysCommandUser, o->authorized_keys_command_user); in dump_config()
H A Dsshd-session.c1099 if (options.authorized_keys_command_user == NULL && in main()
H A Dsshd.c1413 if (options.authorized_keys_command_user == NULL && in main()