[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.136 and 1.137

version 1.136, 2010/07/12 22:41:13 version 1.137, 2010/07/19 09:15:12
Line 319 
Line 319 
 used for opportunistic connection sharing include  used for opportunistic connection sharing include
 at least %h, %p, and %r.  at least %h, %p, and %r.
 This ensures that shared connections are uniquely identified.  This ensures that shared connections are uniquely identified.
   .It Cm ControlPersist
   When used in conjunction with
   .Cm ControlMaster ,
   specifies that the master connection should remain open
   in the background (waiting for future client connections)
   after the initial client connection has been closed.
   If set to
   .Dq no ,
   then the master connection will not be placed into the background,
   and will close as soon as the initial client connection is closed.
   If set to
   .Dq yes ,
   then the master connection will remain in the background indefinitely
   (until killed or closed via a mechanism such as the
   .Xr ssh 1
   .Dq Fl O No exit
   option).
   If set to a time in seconds, or a time in any of the formats documented in
   .Xr sshd_config 5 ,
   then the backgrounded master connection will automatically terminate
   after it has remained idle (with no client connections) for the
   specified time.
 .It Cm DynamicForward  .It Cm DynamicForward
 Specifies that a TCP port on the local machine be forwarded  Specifies that a TCP port on the local machine be forwarded
 over the secure channel, and the application  over the secure channel, and the application

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137