Pale Purple https://www.palepurple.co.uk Office Address Registered Office Blount House, Hall Court, Hall Park Way,,
Telford, Shropshire, TF3 4NQ GB
sales@palepurple.co.uk GB 884 6231 01
Somehow we’d not come across this little “hack” before, so perhaps others haven’t….
Anyway, rather than recreating a new TCP connection to a host, SSH can multiplex the traffic down an existing connection to that host.
This results in subsequent ssh connections opening quicker.
The magic stuff is –
* Edit ~/.ssh/config
* Add in something like :
Host *
ControlMaster auto
ControlPersist 1
ControlPath ~/.ssh/cm_socket/%r@%h:%p
‹ Flashbak.com – new wordpress based image gallery site xdebug – profiling a really long running PHP application (and handling really large cachegrind output files) ›