Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h208 char *authorized_keys_command; member
263 M_CP_STROPT(authorized_keys_command); \
Dauth2-pubkey.c891 if (options.authorized_keys_command == NULL) in user_key_command_allowed2()
926 if (argv_split(options.authorized_keys_command, &ac, &av) != 0) { in user_key_command_allowed2()
978 options.authorized_keys_command, key, authoptsp); in user_key_command_allowed2()
Dservconf.c183 options->authorized_keys_command = NULL; in initialize_server_options()
2220 if (*activep && options->authorized_keys_command == NULL) { in process_server_config_line_depth()
2225 options->authorized_keys_command = xstrdup(cp + len); in process_server_config_line_depth()
2851 dump_cfg_string(sAuthorizedKeysCommand, o->authorized_keys_command); in dump_config()
Dsshd.c1714 (options.authorized_keys_command != NULL &&
1715 strcasecmp(options.authorized_keys_command, "none") != 0))