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

Diff for /src/usr.bin/ssh/sshd_config.5 between version 1.300 and 1.301

version 1.300, 2020/01/25 07:09:14 version 1.301, 2020/01/25 22:36:22
Line 113 
Line 113 
 group or supplementary group list matches one of the patterns.  group or supplementary group list matches one of the patterns.
 Only group names are valid; a numerical group ID is not recognized.  Only group names are valid; a numerical group ID is not recognized.
 By default, login is allowed for all groups.  By default, login is allowed for all groups.
 The allow/deny directives are processed in the following order:  The allow/deny groups directives are processed in the following order:
 .Cm DenyUsers ,  
 .Cm AllowUsers ,  
 .Cm DenyGroups ,  .Cm DenyGroups ,
 and finally  
 .Cm AllowGroups .  .Cm AllowGroups .
 .Pp  .Pp
 See PATTERNS in  See PATTERNS in
Line 173 
Line 170 
 users from particular hosts.  users from particular hosts.
 HOST criteria may additionally contain addresses to match in CIDR  HOST criteria may additionally contain addresses to match in CIDR
 address/masklen format.  address/masklen format.
 The allow/deny directives are processed in the following order:  The allow/deny users directives are processed in the following order:
 .Cm DenyUsers ,  .Cm DenyUsers ,
 .Cm AllowUsers ,  .Cm AllowUsers .
 .Cm DenyGroups ,  
 and finally  
 .Cm AllowGroups .  
 .Pp  .Pp
 See PATTERNS in  See PATTERNS in
 .Xr ssh_config 5  .Xr ssh_config 5
Line 554 
Line 548 
 group list matches one of the patterns.  group list matches one of the patterns.
 Only group names are valid; a numerical group ID is not recognized.  Only group names are valid; a numerical group ID is not recognized.
 By default, login is allowed for all groups.  By default, login is allowed for all groups.
 The allow/deny directives are processed in the following order:  The allow/deny groups directives are processed in the following order:
 .Cm DenyUsers ,  
 .Cm AllowUsers ,  
 .Cm DenyGroups ,  .Cm DenyGroups ,
 and finally  
 .Cm AllowGroups .  .Cm AllowGroups .
 .Pp  .Pp
 See PATTERNS in  See PATTERNS in
Line 575 
Line 566 
 users from particular hosts.  users from particular hosts.
 HOST criteria may additionally contain addresses to match in CIDR  HOST criteria may additionally contain addresses to match in CIDR
 address/masklen format.  address/masklen format.
 The allow/deny directives are processed in the following order:  The allow/deny users directives are processed in the following order:
 .Cm DenyUsers ,  .Cm DenyUsers ,
 .Cm AllowUsers ,  .Cm AllowUsers .
 .Cm DenyGroups ,  
 and finally  
 .Cm AllowGroups .  
 .Pp  .Pp
 See PATTERNS in  See PATTERNS in
 .Xr ssh_config 5  .Xr ssh_config 5

Legend:
Removed from v.1.300  
changed lines
  Added in v.1.301