Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h226 char *authorized_keys_command; member
295 M_CP_STROPT(authorized_keys_command); \
H A Dauth2-pubkey.c668 if (options.authorized_keys_command == NULL) in user_key_command_allowed2()
703 if (argv_split(options.authorized_keys_command, &ac, &av, 0) != 0) { in user_key_command_allowed2()
705 options.authorized_keys_command); in user_key_command_allowed2()
710 options.authorized_keys_command); in user_key_command_allowed2()
758 options.authorized_keys_command, key, remote_ip, in user_key_command_allowed2()
H A Dsshd-session.c1084 (options.authorized_keys_command != NULL && in main()
1085 strcasecmp(options.authorized_keys_command, "none") != 0)) in main()
H A Dsshd.c1604 (options.authorized_keys_command != NULL && in main()
1605 strcasecmp(options.authorized_keys_command, "none") != 0)) in main()
H A Dservconf.c199 options->authorized_keys_command = NULL; in initialize_server_options()
2569 charptr = &options->authorized_keys_command; in process_server_config_line_depth()
3318 dump_cfg_string(sAuthorizedKeysCommand, o->authorized_keys_command); in dump_config()