summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-01-14 19:11:00 +0000
committerKevin Steves <stevesk@pobox.com>2001-01-14 19:11:00 +0000
commit7b61cfa1ec06d6ad8026818d1f3c81443cc53b67 (patch)
tree4151e5bd799ce445855a59914921a649cc18c302 /sshd.8
parent886b06ce67f9fda0121ec4a3875970bc2316e780 (diff)
- (stevesk) complete:
- markus@cvs.openbsd.org 2001/01/13 11:56:48 [auth.c sshd.8] support supplementary group in {Allow,Deny}Groups from stevesk@pobox.com
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.812
1 files changed, 6 insertions, 6 deletions
diff --git a/sshd.8 b/sshd.8
index fef26b50b..a513978d9 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.80 2001/01/08 22:29:05 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.81 2001/01/13 18:56:48 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -303,14 +303,14 @@ Default is
303This keyword can be followed by a number of group names, separated 303This keyword can be followed by a number of group names, separated
304by spaces. 304by spaces.
305If specified, login is allowed only for users whose primary 305If specified, login is allowed only for users whose primary
306group matches one of the patterns. 306group or supplementary group list matches one of the patterns.
307.Ql \&* 307.Ql \&*
308and 308and
309.Ql ? 309.Ql ?
310can be used as 310can be used as
311wildcards in the patterns. 311wildcards in the patterns.
312Only group names are valid; a numerical group ID isn't recognized. 312Only group names are valid; a numerical group ID isn't recognized.
313By default login is allowed regardless of the primary group. 313By default login is allowed regardless of the group list.
314.Pp 314.Pp
315.It Cm AllowTcpForwarding 315.It Cm AllowTcpForwarding
316Specifies whether TCP forwarding is permitted. 316Specifies whether TCP forwarding is permitted.
@@ -354,15 +354,15 @@ The default is
354.It Cm DenyGroups 354.It Cm DenyGroups
355This keyword can be followed by a number of group names, separated 355This keyword can be followed by a number of group names, separated
356by spaces. 356by spaces.
357Users whose primary group matches one of the patterns 357Users whose primary group or supplementary group list matches
358aren't allowed to log in. 358one of the patterns aren't allowed to log in.
359.Ql \&* 359.Ql \&*
360and 360and
361.Ql ? 361.Ql ?
362can be used as 362can be used as
363wildcards in the patterns. 363wildcards in the patterns.
364Only group names are valid; a numerical group ID isn't recognized. 364Only group names are valid; a numerical group ID isn't recognized.
365By default login is allowed regardless of the primary group. 365By default login is allowed regardless of the group list.
366.Pp 366.Pp
367.It Cm DenyUsers 367.It Cm DenyUsers
368This keyword can be followed by a number of user names, separated 368This keyword can be followed by a number of user names, separated