[BACK]Return to sshd.8 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd.8 between version 1.10 and 1.11

version 1.10, 1999/10/11 21:07:37 version 1.11, 1999/10/11 21:48:29
Line 173 
Line 173 
 .It Cm AFSTokenPassing  .It Cm AFSTokenPassing
 Specifies whether an AFS token may be forwarded to the server. Default is  Specifies whether an AFS token may be forwarded to the server. Default is
 .Dq yes .  .Dq yes .
   .It Cm AllowGroups
   This keyword can be followed by a number of group names, separated
   by spaces.  If specified, login is allowed only for users whose primary
   group matches one of the patterns.
   .Ql \&*
   and
   .Ql ?
   can be used as
   wildcards in the patterns.  Only group names are valid, a numerical group
   id isn't recognized.  By default login is allowed regardless of
   the primary group.
 .Pp  .Pp
 .It Cm AllowHosts  .It Cm AllowHosts
 This keyword can be followed by any number of host name patterns,  This keyword can be followed by any number of host name patterns,
Line 192 
Line 203 
 can also be configured to use tcp_wrappers using the  can also be configured to use tcp_wrappers using the
 .Sy LIBWARP  .Sy LIBWARP
 compile-time option.  compile-time option.
   .It Cm AllowUsers
   This keyword can be followed by a number of user names, separated
   by spaces.  If specified, login is allowed only for users names that
   match one of the patterns.
   .Ql \&*
   and
   .Ql ?
   can be used as
   wildcards in the patterns.  Only user names are valid, a numerical user
   id isn't recognized.  By default login is allowed regardless of
   the user name.
   .Pp
 .It Cm CheckMail  .It Cm CheckMail
 Specifies whether  Specifies whether
 .Nm  .Nm
 should check for new mail for interactive logins.  should check for new mail for interactive logins.
 The default is  The default is
 .Dq no .  .Dq no .
   .It Cm DenyGroups
   This keyword can be followed by a number of group names, separated
   by spaces.  Users whose primary group matches one of the patterns
   aren't allowed to log in.
   .Ql \&*
   and
   .Ql ?
   can be used as
   wildcards in the patterns.  Only group names are valid, a numerical group
   id isn't recognized.  By default login is allowed regardless of
   the primary group.
   .Pp
 .It Cm DenyHosts  .It Cm DenyHosts
 This keyword can be followed by any number of host name patterns,  This keyword can be followed by any number of host name patterns,
 separated by spaces.  If specified, login is disallowed from the hosts  separated by spaces.  If specified, login is disallowed from the hosts
 whose name matches any of the patterns.  whose name matches any of the patterns.
   .It Cm DenyUsers
   This keyword can be followed by a number of user names, separated
   by spaces.  Login is allowed disallowed for user names that match
   one of the patterns.
   .Ql \&*
   and
   .Ql ?
   can be used as
   wildcards in the patterns.  Only user names are valid, a numerical user
   id isn't recognized.  By default login is allowed regardless of
   the user name.
   .Pp
 .It Cm FascistLogging  .It Cm FascistLogging
 Specifies whether to use verbose logging.  Verbose logging violates  Specifies whether to use verbose logging.  Verbose logging violates
 the privacy of users and is not recommended.  The argument must be  the privacy of users and is not recommended.  The argument must be

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11