Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dservconf.h224 char *authorized_keys_command_user; member
291 M_CP_STROPT(authorized_keys_command_user); \
H A Dauth2-pubkey.c663 if (options.authorized_keys_command_user == NULL) { in user_key_command_allowed2()
675 username = percent_expand(options.authorized_keys_command_user, in user_key_command_allowed2()
H A Dsshd-session.c970 if (options.authorized_keys_command_user == NULL && in main()
H A Dservconf.c176 options->authorized_keys_command_user = NULL; in initialize_server_options()
2480 charptr = &options->authorized_keys_command_user; in process_server_config_line_depth()
3200 dump_cfg_string(sAuthorizedKeysCommandUser, o->authorized_keys_command_user); in dump_config()
H A Dsshd.c1343 if (options.authorized_keys_command_user == NULL && in main()