[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.41 and 1.42

version 1.41, 2005/04/21 06:17:50 version 1.42, 2005/05/19 02:39:55
Line 177 
Line 177 
   ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,    ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,
     aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr''      aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr''
 .Ed  .Ed
 .It Cm ClientAliveInterval  
 Sets a timeout interval in seconds after which if no data has been received  
 from the client,  
 .Nm sshd  
 will send a message through the encrypted  
 channel to request a response from the client.  
 The default  
 is 0, indicating that these messages will not be sent to the client.  
 This option applies to protocol version 2 only.  
 .It Cm ClientAliveCountMax  .It Cm ClientAliveCountMax
 Sets the number of client alive messages (see above) which may be  Sets the number of client alive messages (see above) which may be
 sent without  sent without
Line 213 
Line 204 
 .Cm ClientAliveCountMax  .Cm ClientAliveCountMax
 is left at the default, unresponsive ssh clients  is left at the default, unresponsive ssh clients
 will be disconnected after approximately 45 seconds.  will be disconnected after approximately 45 seconds.
   .It Cm ClientAliveInterval
   Sets a timeout interval in seconds after which if no data has been received
   from the client,
   .Nm sshd
   will send a message through the encrypted
   channel to request a response from the client.
   The default
   is 0, indicating that these messages will not be sent to the client.
   This option applies to protocol version 2 only.
 .It Cm Compression  .It Cm Compression
 Specifies whether compression is allowed.  Specifies whether compression is allowed.
 The argument must be  The argument must be

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42