[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.347 and 1.348

version 1.347, 2023/01/18 06:55:32 version 1.348, 2023/03/03 04:36:20
Line 48 
Line 48 
 .Fl f  .Fl f
 on the command line).  on the command line).
 The file contains keyword-argument pairs, one per line.  The file contains keyword-argument pairs, one per line.
 For each keyword, the first obtained value will be used.  Unless noted otherwise, for each keyword, the first obtained value will be used.
 Lines starting with  Lines starting with
 .Ql #  .Ql #
 and empty lines are interpreted as comments.  and empty lines are interpreted as comments.
Line 120 
Line 120 
 See PATTERNS in  See PATTERNS in
 .Xr ssh_config 5  .Xr ssh_config 5
 for more information on patterns.  for more information on patterns.
   This keyword may appear multiple times in
   .Nm
   with each instance appending to the list.
 .It Cm AllowStreamLocalForwarding  .It Cm AllowStreamLocalForwarding
 Specifies whether StreamLocal (Unix-domain socket) forwarding is permitted.  Specifies whether StreamLocal (Unix-domain socket) forwarding is permitted.
 The available options are  The available options are
Line 177 
Line 180 
 See PATTERNS in  See PATTERNS in
 .Xr ssh_config 5  .Xr ssh_config 5
 for more information on patterns.  for more information on patterns.
   This keyword may appear multiple times in
   .Nm
   with each instance appending to the list.
 .It Cm AuthenticationMethods  .It Cm AuthenticationMethods
 Specifies the authentication methods that must be successfully completed  Specifies the authentication methods that must be successfully completed
 for a user to be granted access.  for a user to be granted access.
Line 630 
Line 636 
 See PATTERNS in  See PATTERNS in
 .Xr ssh_config 5  .Xr ssh_config 5
 for more information on patterns.  for more information on patterns.
   This keyword may appear multiple times in
   .Nm
   with each instance appending to the list.
 .It Cm DenyUsers  .It Cm DenyUsers
 This keyword can be followed by a list of user name patterns, separated  This keyword can be followed by a list of user name patterns, separated
 by spaces.  by spaces.
Line 648 
Line 657 
 See PATTERNS in  See PATTERNS in
 .Xr ssh_config 5  .Xr ssh_config 5
 for more information on patterns.  for more information on patterns.
   This keyword may appear multiple times in
   .Nm
   with each instance appending to the list.
 .It Cm DisableForwarding  .It Cm DisableForwarding
 Disables all forwarding features, including X11,  Disables all forwarding features, including X11,
 .Xr ssh-agent 1 ,  .Xr ssh-agent 1 ,

Legend:
Removed from v.1.347  
changed lines
  Added in v.1.348