diff options
author | 2005-10-09 16:07:32 +0000 | |
---|---|---|
committer | 2005-10-09 16:07:32 +0000 | |
commit | f613aaaf09163ea4f68e598c23b73304ff6d8e2a (patch) | |
tree | ff9181fac44e9bf6a5c4a02a775755ff5abcf98e | |
parent | Try to recover part of the reserved space from the OF_claim above. (diff) | |
download | wireguard-openbsd-f613aaaf09163ea4f68e598c23b73304ff6d8e2a.tar.xz wireguard-openbsd-f613aaaf09163ea4f68e598c23b73304ff6d8e2a.zip |
log in(v.);
-rw-r--r-- | share/man/man5/hosts.equiv.5 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man5/hosts.equiv.5 b/share/man/man5/hosts.equiv.5 index 14c94b2f012..22bb79bbd0f 100644 --- a/share/man/man5/hosts.equiv.5 +++ b/share/man/man5/hosts.equiv.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts.equiv.5,v 1.8 2004/04/16 21:23:08 jmc Exp $ +.\" $OpenBSD: hosts.equiv.5,v 1.9 2005/10/09 16:07:32 jmc Exp $ .\" .\" Copyright (c) 1997 Todd Vierling .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -82,17 +82,17 @@ wildcard (allow all remote users). .Pp If a .Ar username -is specified, only that user from the specified host may login to the +is specified, only that user from the specified host may log in to the local machine. If a .Ar username -is not specified, any user may login with the same user name. +is not specified, any user may log in with the same user name. .Sh EXAMPLES .Li somehost .Bd -filled -offset indent -compact A common usage; users on .Ar somehost -may login to the local host as the same user name. +may log in to the local host as the same user name. .Ed .Li somehost username .Bd -filled -offset indent -compact @@ -100,16 +100,16 @@ The user .Ar username on .Ar somehost -may login to the local host. +may log in to the local host. If specified in .Pa /etc/hosts.equiv , -the user may login with only the same user name. +the user may log in with only the same user name. .Ed .Li +@anetgroup username .Bd -filled -offset indent -compact The user .Ar username -may login to the local host from any machine listed in the netgroup +may log in to the local host from any machine listed in the netgroup .Ar anetgroup . .Ed .Bd -literal -compact @@ -119,9 +119,9 @@ may login to the local host from any machine listed in the netgroup .Bd -filled -offset indent -compact Two severe security hazards. In the first case, allows a user on any -machine to login to the local host as the same user name. +machine to log in to the local host as the same user name. In the second -case, allows any user on any machine to login to the local host (as any +case, allows any user on any machine to log in to the local host (as any user, if in .Pa /etc/hosts.equiv ) . .Ed @@ -141,7 +141,7 @@ When a user name (or netgroup, or .Sq + ) is specified in .Pa /etc/hosts.equiv , -that user (or group of users, or all users, respectively) may login to +that user (or group of users, or all users, respectively) may log in to the local host as .Em any local user . Usernames in |