| 561 |
options.authorized_keys_command, strerror(errno)); |
561 |
options.authorized_keys_command, strerror(errno)); |
| 564 |
if (auth_secure_path(options.authorized_keys_command, &st, NULL, 0, |
564 |
if (auth_secure_path(options.authorized_keys_command, &st, NULL, |
| 565 |
errmsg, sizeof(errmsg)) != 0) { |
565 |
options.authorized_keys_command_owner, errmsg, sizeof(errmsg)) != 0) { |
| 566 |
error("Unsafe AuthorizedKeysCommand: %s", errmsg); |
566 |
error("Unsafe AuthorizedKeysCommand: %s", errmsg); |