View | Details | Raw Unified | Return to bug 1878
Collapse All | Expand All

(-)openssh-6.8p1/authfile.c.orig (-1 / +1 lines)
Lines 194-200 Link Here
194
		error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@");
194
		error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@");
195
		error("Permissions 0%3.3o for '%s' are too open.",
195
		error("Permissions 0%3.3o for '%s' are too open.",
196
		    (u_int)st.st_mode & 0777, filename);
196
		    (u_int)st.st_mode & 0777, filename);
197
		error("It is recommended that your private key files are NOT accessible by others.");
197
		error("It is required that your private key files are NOT accessible by others.");
198
		error("This private key will be ignored.");
198
		error("This private key will be ignored.");
199
		return SSH_ERR_KEY_BAD_PERMISSIONS;
199
		return SSH_ERR_KEY_BAD_PERMISSIONS;
200
	}
200
	}

Return to bug 1878