tags 471437 pending thanks On Tue, Mar 18, 2008 at 10:38:08AM +0100, martin f krafft wrote: > Thanks, Colin. Maybe this patch could keep other people from > overlooking this bit? > > diff -u openssh-4.7p1/ssh.1 openssh-4.7p1/ssh.1 > --- openssh-4.7p1/ssh.1 > +++ openssh-4.7p1/ssh.1 > @@ -559,7 +559,9 @@ > option is enabled (see > .Xr sshd_config 5 ) . > .It Fl S Ar ctl_path > -Specifies the location of a control socket for connection sharing. > +Specifies the location of a control socket for connection sharing, > +or disables connection sharing if the argument is > +.Ar none . > Refer to the description of > .Cm ControlPath > and
Thanks; I applied something quite similar to this, although with text closer to that in ssh_config(5). --- ssh.1 24 Dec 2007 10:53:35 -0000 1.18 +++ ssh.1 18 Mar 2008 10:11:58 -0000 @@ -559,7 +559,10 @@ will only succeed if the server's option is enabled (see .Xr sshd_config 5 ) . .It Fl S Ar ctl_path -Specifies the location of a control socket for connection sharing. +Specifies the location of a control socket for connection sharing, +or the string +.Dq none +to disable connection sharing. Refer to the description of .Cm ControlPath and Cheers, -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

