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

/freebsd-10.0-release/crypto/openssh/
H A Dauth2-pubkey.c508 if (options.authorized_keys_command == NULL ||
509 options.authorized_keys_command[0] != '/')
530 if (stat(options.authorized_keys_command, &st) < 0) {
532 options.authorized_keys_command, strerror(errno));
535 if (auth_secure_path(options.authorized_keys_command, &st, NULL, 0,
547 options.authorized_keys_command, user_pw->pw_name, pw->pw_name);
595 execl(options.authorized_keys_command,
596 options.authorized_keys_command, user_pw->pw_name, NULL);
599 options.authorized_keys_command, strerror(errno));
617 ok = check_authkeys_file(f, options.authorized_keys_command, ke
[all...]
H A Dservconf.h178 char *authorized_keys_command; member in struct:__anon4965
219 M_CP_STROPT(authorized_keys_command); \
H A Dservconf.c150 options->authorized_keys_command = NULL;
1626 if (*activep && options->authorized_keys_command == NULL) {
1631 options->authorized_keys_command = xstrdup(cp + len);
1828 M_CP_STROPT(authorized_keys_command);
2094 dump_cfg_string(sAuthorizedKeysCommand, o->authorized_keys_command);
H A Dsshd.c1626 (options.authorized_keys_command != NULL &&
1627 strcasecmp(options.authorized_keys_command, "none") != 0))

Completed in 304 milliseconds