Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h183 char *authorized_keys_command; member
223 M_CP_STROPT(authorized_keys_command); \
Dauth2-pubkey.c928 if (options.authorized_keys_command == NULL) in user_key_command_allowed2()
963 if (split_argv(options.authorized_keys_command, &ac, &av) != 0) { in user_key_command_allowed2()
1010 ok = check_authkeys_file(f, options.authorized_keys_command, key, pw); in user_key_command_allowed2()
Dservconf.c165 options->authorized_keys_command = NULL; in initialize_server_options()
1753 if (*activep && options->authorized_keys_command == NULL) { in process_server_config_line()
1758 options->authorized_keys_command = xstrdup(cp + len); in process_server_config_line()
2304 dump_cfg_string(sAuthorizedKeysCommand, o->authorized_keys_command); in dump_config()
Dsshd.c1708 (options.authorized_keys_command != NULL &&
1709 strcasecmp(options.authorized_keys_command, "none") != 0))