[BACK]Return to sshd.8 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd.8 between version 1.109 and 1.110

version 1.109, 2001/04/02 14:15:31 version 1.110, 2001/04/08 16:01:36
Line 485 
Line 485 
 If the value is 0, the key is never regenerated.  If the value is 0, the key is never regenerated.
 The default is 3600 (seconds).  The default is 3600 (seconds).
 .It Cm ListenAddress  .It Cm ListenAddress
 Specifies what local address  Specifies the local addresses
 .Nm  .Nm
 should listen on.  should listen on.
 The default is to listen to all local addresses.  The following forms may be used:
 Multiple options of this type are permitted.  .Pp
 Additionally, the  .Bl -item -offset indent -compact
 .Cm Ports  .It
 options must precede this option.  .Cm ListenAddress
   host|IPv4_addr|IPv6_addr
   .It
   .Cm ListenAddress
   host|IPv4_addr:port
   .It
   .Cm ListenAddress
   [host|IPv6_addr]:port
   .El
   .Pp
   If
   .Dq :port
   is not specified,
   .Nm
   will listen on the address and all prior
   .Cm Port
   options specified. The default is to listen on all local
   addresses.  Multiple
   .Cm ListenAddress
   options are permitted. Additionally, any
   .Cm Port
   options must precede this option for non port qualified addresses.
 .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.109  
changed lines
  Added in v.1.110