HomeSort by: relevance | last modified time | path
    Searched refs:authorized_keys_command_user (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
servconf.h 250 char *authorized_keys_command_user; member in struct:__anon186
316 M_CP_STROPT(authorized_keys_command_user); \
auth2-pubkey.c 679 if (options.authorized_keys_command_user == NULL) {
691 username = percent_expand(options.authorized_keys_command_user,
sshd-session.c 1013 if (options.authorized_keys_command_user == NULL &&
sshd.c 1507 if (options.authorized_keys_command_user == NULL &&
servconf.c 232 options->authorized_keys_command_user = NULL;
2775 charptr = &options->authorized_keys_command_user;
3625 dump_cfg_string(sAuthorizedKeysCommandUser, o->authorized_keys_command_user);

Completed in 41 milliseconds