[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.255 and 1.256

version 1.255, 2017/10/13 16:50:45 version 1.256, 2017/10/25 00:15:35
Line 910 
Line 910 
 .It  .It
 .Cm ListenAddress  .Cm ListenAddress
 .Sm off  .Sm off
 .Ar host | Ar IPv4_addr | Ar IPv6_addr  .Ar hostname | Ar address
 .Sm on  .Sm on
   .Oo rdomain Ar domain Oc
 .It  .It
 .Cm ListenAddress  .Cm ListenAddress
 .Sm off  .Sm off
 .Ar host | Ar IPv4_addr : Ar port  .Ar hostname : Ar port
 .Sm on  .Sm on
   .Oo rdomain Ar domain Oc
 .It  .It
 .Cm ListenAddress  .Cm ListenAddress
 .Sm off  .Sm off
   .Ar IPv4_address : Ar port
   .Sm on
   .Oo rdomain Ar domain Oc
   .It
   .Cm ListenAddress
   .Sm off
 .Oo  .Oo
 .Ar host | Ar IPv6_addr Oc : Ar port  .Ar hostname | address Oc : Ar port
 .Sm on  .Sm on
   .Oo rdomain Ar domain Oc
 .El  .El
 .Pp  .Pp
   The optional
   .Cm rdomain
   qualifier requests
   .Xr sshd 8
   listen in an explicit routing domain.
 If  If
 .Ar port  .Ar port
 is not specified,  is not specified,
 sshd will listen on the address and all  sshd will listen on the address and all
 .Cm Port  .Cm Port
 options specified.  options specified.
 The default is to listen on all local addresses.  The default is to listen on all local addresses on the current default
   routing domain.
 Multiple  Multiple
 .Cm ListenAddress  .Cm ListenAddress
 options are permitted.  options are permitted.
   For more information on routing domains, see
   .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.

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