[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.273 and 1.274

version 1.273, 2018/06/09 03:01:12 version 1.274, 2018/06/09 03:03:10
Line 1139 
Line 1139 
 .Cm RekeyLimit ,  .Cm RekeyLimit ,
 .Cm RevokedKeys ,  .Cm RevokedKeys ,
 .Cm RDomain ,  .Cm RDomain ,
   .Cm SetEnv ,
 .Cm StreamLocalBindMask ,  .Cm StreamLocalBindMask ,
 .Cm StreamLocalBindUnlink ,  .Cm StreamLocalBindUnlink ,
 .Cm TrustedUserCAKeys ,  .Cm TrustedUserCAKeys ,
Line 1446 
Line 1447 
 If the routing domain is set to  If the routing domain is set to
 .Cm \&%D ,  .Cm \&%D ,
 then the domain in which the incoming connection was received will be applied.  then the domain in which the incoming connection was received will be applied.
   .It Cm SetEnv
   Specifies one or more environment variables to set in child sessions started
   by
   .Xr sshd 8
   as
   .Dq NAME=VALUE .
   The environment value may be quoted (e.g. if it contains whitespace
   characters).
   Environment variables set by
   .Cm SetEnv
   override the default environment and any variables specified by the user
   via
   .Cm AcceptEnv
   or
   .Cm PermitUserEnvironment .
 .It Cm StreamLocalBindMask  .It Cm StreamLocalBindMask
 Sets the octal file creation mode mask  Sets the octal file creation mode mask
 .Pq umask  .Pq umask

Legend:
Removed from v.1.273  
changed lines
  Added in v.1.274