[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.75 and 1.76

version 1.75, 2006/01/20 00:14:55 version 1.76, 2006/01/20 11:21:45
Line 720 
Line 720 
 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 will be renegotiated.  session key is renegotiated.
 The argument is the number of bytes, with an optional suffix of  The argument is the number of bytes, with an optional suffix of
 .Dq K ,  .Sq K ,
 .Dq M ,  .Sq M ,
 or  or
 .Dq G  .Sq G
 to indicate Kilobytes, Megabytes, or Gigabytes, respectively.  to indicate Kilobytes, Megabytes, or Gigabytes, respectively.
 The default is between  The default is between
 .Dq 1G  .Dq 1G
 and  and
 .Dq 4G ,  .Dq 4G ,
 depending on the cipher.  depending on the cipher.
 Note that 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
 the secure channel to the specified host and port from the local machine.  the secure channel to the specified host and port from the local machine.

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76