Accelerating OpenSSH connections with ControlMaster
Posted by: Anonymous
[ip: 65.206.118.19]
on February 27, 2008 11:59 PM
Hey I think you forgot to mention that you need one connection to be active for the second to be accelerated.
I get some 10x improvement in the second one (and that too on a 1GBps LAN!). You can simply make ssh hang around in the background with this command:
ssh -fMN <hostname>
Accelerating OpenSSH connections with ControlMaster
Posted by: Anonymous [ip: 65.206.118.19] on February 27, 2008 11:59 PMI get some 10x improvement in the second one (and that too on a 1GBps LAN!). You can simply make ssh hang around in the background with this command:
ssh -fMN <hostname>
#