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

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.161 and 1.162

version 1.161, 2013/01/08 18:49:04 version 1.162, 2013/05/16 02:00:34
Line 931 
Line 931 
 This option applies to protocol version 2 only.  This option applies to protocol version 2 only.
 .It Cm RekeyLimit  .It Cm RekeyLimit
 Specifies the maximum amount of data that may be transmitted before the  Specifies the maximum amount of data that may be transmitted before the
 session key is renegotiated.  session key is renegotiated, optionally followed a maximum amount of
 The argument is the number of bytes, with an optional suffix of  time that may pass before the session key is renegotiated.
   The first argument is specified in bytes and may have a suffix of
 .Sq K ,  .Sq K ,
 .Sq M ,  .Sq M ,
 or  or
Line 943 
Line 944 
 and  and
 .Sq 4G ,  .Sq 4G ,
 depending on the cipher.  depending on the cipher.
   The optional second value is specified in seconds and may use any of the
   units documented in the
   .Sx TIME FORMATS
   section of
   .Xr sshd_config 5 .
   The default value for
   .Cm RekeyLimit
   is
   .Dq default none ,
   which means that rekeying is performed after the cipher's default amount
   of data has been sent or received and no time based rekeying is done.
 This option applies to protocol version 2 only.  This option applies to protocol version 2 only.
 .It Cm RemoteForward  .It Cm RemoteForward
 Specifies that a TCP port on the remote machine be forwarded over  Specifies that a TCP port on the remote machine be forwarded over

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.162