diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-24 11:12:43 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-24 11:12:43 +0000 |
commit | 8c5d75a281fae2da04d27f7ecf728d0bc4def241 (patch) | |
tree | a776009404b42d4ff26af17e6ce019b52f657e03 /usr.bin | |
parent | 21634b35aa28d2c631f3edd95a04e6ded91f41c2 (diff) |
fix comment; from jakob@
Diffstat (limited to 'usr.bin')
-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 ? * |