[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.258 and 1.259

version 1.258, 2017/10/25 00:19:47 version 1.259, 2017/10/25 06:18:06
Line 910 
Line 910 
 .It  .It
 .Cm ListenAddress  .Cm ListenAddress
 .Sm off  .Sm off
 .Ar hostname | Ar address  .Ar hostname | address
 .Sm on  .Sm on
 .Oo rdomain Ar domain Oc  .Op rdomain Ar domain
 .It  .It
 .Cm ListenAddress  .Cm ListenAddress
 .Sm off  .Sm off
 .Ar hostname : Ar port  .Ar hostname : port
 .Sm on  .Sm on
 .Oo rdomain Ar domain Oc  .Op rdomain Ar domain
 .It  .It
 .Cm ListenAddress  .Cm ListenAddress
 .Sm off  .Sm off
 .Ar IPv4_address : Ar port  .Ar IPv4_address : port
 .Sm on  .Sm on
 .Oo rdomain Ar domain Oc  .Op rdomain Ar domain
 .It  .It
 .Cm ListenAddress  .Cm ListenAddress
 .Sm off  .Sm off
 .Oo  .Oo Ar hostname | address Oc : Ar port
 .Ar hostname | address Oc : Ar port  
 .Sm on  .Sm on
 .Oo rdomain Ar domain Oc  .Op rdomain Ar domain
 .El  .El
 .Pp  .Pp
 The optional  The optional
Line 951 
Line 950 
 .Cm ListenAddress  .Cm ListenAddress
 options are permitted.  options are permitted.
 For more information on routing domains, see  For more information on routing domains, see
 .Xr rdomain 4.  .Xr rdomain 4 .
 .It Cm LoginGraceTime  .It Cm LoginGraceTime
 The server disconnects after this time if the user has not  The server disconnects after this time if the user has not
 successfully logged in.  successfully logged in.
Line 1390 
Line 1389 
 .It Cm RDomain  .It Cm RDomain
 Specifies an explicit routing domain that is applied after authentication  Specifies an explicit routing domain that is applied after authentication
 has completed.  has completed.
 The user session, as well and any forwarded or listening IP sockets will  The user session, as well and any forwarded or listening IP sockets,
 be bound to this  will be bound to this
 .Xr rdomain 4 .  .Xr rdomain 4 .
 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 recieved will be applied.  then the domain in which the incoming connection was received 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

Legend:
Removed from v.1.258  
changed lines
  Added in v.1.259