| 497 |
options.authorized_keys_command, strerror(errno)); |
497 |
options.authorized_keys_command, strerror(errno)); |
| 500 |
if (auth_secure_path(options.authorized_keys_command, &st, NULL, 0, |
500 |
if (auth_secure_path(options.authorized_keys_command, &st, NULL, pw->pw_uid, |
| 502 |
error("Unsafe AuthorizedKeysCommand: %s", errmsg); |
502 |
error("Unsafe AuthorizedKeysCommand: %s", errmsg); |