[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.256 and 1.257

version 1.256, 2017/10/25 00:15:35 version 1.257, 2017/10/25 00:17:08
Line 1119 
Line 1119 
 .Cm PubkeyAuthentication ,  .Cm PubkeyAuthentication ,
 .Cm RekeyLimit ,  .Cm RekeyLimit ,
 .Cm RevokedKeys ,  .Cm RevokedKeys ,
   .Cm RDomain ,
 .Cm StreamLocalBindMask ,  .Cm StreamLocalBindMask ,
 .Cm StreamLocalBindUnlink ,  .Cm StreamLocalBindUnlink ,
 .Cm TrustedUserCAKeys ,  .Cm TrustedUserCAKeys ,
Line 1379 
Line 1380 
 .Xr ssh-keygen 1 .  .Xr ssh-keygen 1 .
 For more information on KRLs, see the KEY REVOCATION LISTS section in  For more information on KRLs, see the KEY REVOCATION LISTS section in
 .Xr ssh-keygen 1 .  .Xr ssh-keygen 1 .
   .It Cm RDomain
   Specifies an explicit routing domain that is applied after authentication
   has completed.
   The user session, as well and any forwarded or listening IP sockets will
   be bound to this
   .Xr rdomain 4 .
   If the routing domain is set to
   .Cm \&%D ,
   then the domain in which the incoming connection was recieved will be applied.
 .It Cm StreamLocalBindMask  .It Cm StreamLocalBindMask
 Sets the octal file creation mode mask  Sets the octal file creation mode mask
 .Pq umask  .Pq umask
Line 1620 
Line 1630 
 .It %%  .It %%
 A literal  A literal
 .Sq % .  .Sq % .
   .It \&%D
   The routing domain in which the incoming connection was received.
 .It %F  .It %F
 The fingerprint of the CA key.  The fingerprint of the CA key.
 .It %f  .It %f
Line 1656 
Line 1668 
 .Pp  .Pp
 .Cm ChrootDirectory  .Cm ChrootDirectory
 accepts the tokens %%, %h, and %u.  accepts the tokens %%, %h, and %u.
   .Pp
   .Cm RoutingDomain
   accepts the token %D.
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Pa /etc/ssh/sshd_config  .It Pa /etc/ssh/sshd_config

Legend:
Removed from v.1.256  
changed lines
  Added in v.1.257