Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h177 char *authorized_keys_command; member
217 M_CP_STROPT(authorized_keys_command); \
Dauth2-pubkey.c979 if (options.authorized_keys_command == NULL) in user_key_command_allowed2()
1014 if (split_argv(options.authorized_keys_command, &ac, &av) != 0) { in user_key_command_allowed2()
1061 ok = check_authkeys_file(f, options.authorized_keys_command, key, pw); in user_key_command_allowed2()
Dservconf.c159 options->authorized_keys_command = NULL; in initialize_server_options()
1732 if (*activep && options->authorized_keys_command == NULL) { in process_server_config_line()
1737 options->authorized_keys_command = xstrdup(cp + len); in process_server_config_line()
2310 dump_cfg_string(sAuthorizedKeysCommand, o->authorized_keys_command); in dump_config()
Dsshd.c1598 (options.authorized_keys_command != NULL &&
1599 strcasecmp(options.authorized_keys_command, "none") != 0))