Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h212 char *authorized_keys_command; member
275 M_CP_STROPT(authorized_keys_command); \
H A Dauth2-pubkey.c631 if (options.authorized_keys_command == NULL) in user_key_command_allowed2()
666 if (argv_split(options.authorized_keys_command, &ac, &av, 0) != 0) { in user_key_command_allowed2()
668 options.authorized_keys_command); in user_key_command_allowed2()
673 options.authorized_keys_command); in user_key_command_allowed2()
721 options.authorized_keys_command, key, remote_ip, in user_key_command_allowed2()
H A Dsshd.c1844 (options.authorized_keys_command != NULL &&
1845 strcasecmp(options.authorized_keys_command, "none") != 0))
H A Dservconf.c183 options->authorized_keys_command = NULL; in initialize_server_options()
2447 charptr = &options->authorized_keys_command; in process_server_config_line_depth()
3176 dump_cfg_string(sAuthorizedKeysCommand, o->authorized_keys_command); in dump_config()