diff options
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r-- | usr.bin/ssh/auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index 12ba4657817..5f51ba7eb4c 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.22 2001/05/20 17:20:35 markus Exp $"); +RCSID("$OpenBSD: auth.c,v 1.23 2001/05/24 11:12:42 markus Exp $"); #include <libgen.h> @@ -248,7 +248,7 @@ authorized_keys_file2(struct passwd *pw) /* * Check a given file for security. This is defined as all components * of the path to the file must either be owned by either the owner of - * of the file or root and no directories must be world writable. + * of the file or root and no directories must be group or world writable. * * XXX Should any specific check be done for sym links ? * |