diff options
author | 2001-05-24 11:12:42 +0000 | |
---|---|---|
committer | 2001-05-24 11:12:42 +0000 | |
commit | e390f5a6ed0b14a6cab5fd17cc610941715c10e3 (patch) | |
tree | f57574da136e29fe1b1fdefd2dda76fa3b597a0a /usr.bin/ssh/auth.c | |
parent | If the copied tag head is empty, initialize it properly. This (along (diff) | |
download | wireguard-openbsd-e390f5a6ed0b14a6cab5fd17cc610941715c10e3.tar.xz wireguard-openbsd-e390f5a6ed0b14a6cab5fd17cc610941715c10e3.zip |
fix comment; from jakob@
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 ? * |