From a10abe9e4be4ca3b5da71c34c6f5f1844336958e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 12 Apr 2011 15:39:35 +1000 Subject: s/recommended/required in warning: "It is recommended that your private key files are NOT accessible by others." since there is no way to skip this check; bz#1878 --- authfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'authfile.c') diff --git a/authfile.c b/authfile.c index f2aec267a..a49850c89 100644 --- a/authfile.c +++ b/authfile.c @@ -606,7 +606,7 @@ key_perm_ok(int fd, const char *filename) error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); error("Permissions 0%3.3o for '%s' are too open.", (u_int)st.st_mode & 0777, filename); - error("It is recommended that your private key files are NOT accessible by others."); + error("It is required that your private key files are NOT accessible by others."); error("This private key will be ignored."); return 0; } -- cgit v1.2.3