View | Details | Raw Unified | Return to bug 2092 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/auth2-pubkey.c
0
++ b/auth2-pubkey.c
Lines 497-503 Link Here
497
		    options.authorized_keys_command, strerror(errno));
497
		    options.authorized_keys_command, strerror(errno));
498
		goto out;
498
		goto out;
499
	}
499
	}
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,
501
	    errmsg, sizeof(errmsg)) != 0) {
501
	    errmsg, sizeof(errmsg)) != 0) {
502
		error("Unsafe AuthorizedKeysCommand: %s", errmsg);
502
		error("Unsafe AuthorizedKeysCommand: %s", errmsg);
503
		goto out;
503
		goto out;

Return to bug 2092