diff options
Diffstat (limited to 'authfile.c')
-rw-r--r-- | authfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
606 | error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); | 606 | error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); |
607 | error("Permissions 0%3.3o for '%s' are too open.", | 607 | error("Permissions 0%3.3o for '%s' are too open.", |
608 | (u_int)st.st_mode & 0777, filename); | 608 | (u_int)st.st_mode & 0777, filename); |
609 | error("It is recommended that your private key files are NOT accessible by others."); | 609 | error("It is required that your private key files are NOT accessible by others."); |
610 | error("This private key will be ignored."); | 610 | error("This private key will be ignored."); |
611 | return 0; | 611 | return 0; |
612 | } | 612 | } |