|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: CVS: cvs.openbsd.org: src
From: Damien Miller (djm
mindrot.org)
Date: Wed Jun 08 2005 - 14:50:51 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Damien Miller wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: djm
cvs.openbsd.org 2005/06/08 05:25:09
>
> Modified files:
> usr.bin/ssh : clientloop.c readconf.c readconf.h ssh.c
> ssh_config.5
>
> Log message:
> add ControlMaster=auto/autoask options to support opportunistic multiplexing;
> tested avsm
and jakob
, ok markus
If you are interested in trying this out on -current, you can set
youself up to do opportunistic multiplexing on all (protocol 2)
connections by adding:
ControlPath ~/.ssh/ctl-%r-%h-%p
ControlMaster autoask
To your ~/.ssh/config. Though you would probably want to use "auto"
instead of "autoask" if you aren't in X.
There is still more work to be done, so if anyone want to help out to
add the last remaining features to shared connections, it would be
appreciated. These are:
- Escape filters (e.g. ~.)
- X11 forwarding
- Agent forwarding
-d
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]