mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-03 08:12:05 +00:00
upstream commit
s/recommended/required/ that private keys be og-r this wording change was made a while ago but got accidentally reverted
This commit is contained in:
parent
44a8e7ce6f
commit
6b0d576bb8
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: authfile.c,v 1.113 2015/03/31 22:55:50 djm Exp $ */
|
/* $OpenBSD: authfile.c,v 1.114 2015/04/17 13:32:09 djm Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2000, 2013 Markus Friedl. All rights reserved.
|
* Copyright (c) 2000, 2013 Markus Friedl. All rights reserved.
|
||||||
*
|
*
|
||||||
@ -186,7 +186,7 @@ sshkey_perm_ok(int fd, const char *filename)
|
|||||||
error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@");
|
error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@");
|
||||||
error("Permissions 0%3.3o for '%s' are too open.",
|
error("Permissions 0%3.3o for '%s' are too open.",
|
||||||
(u_int)st.st_mode & 0777, filename);
|
(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.");
|
error("This private key will be ignored.");
|
||||||
return SSH_ERR_KEY_BAD_PERMISSIONS;
|
return SSH_ERR_KEY_BAD_PERMISSIONS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user