Accelerating OpenSSH connections with ControlMaster
,----[ Quote ]
| OpenSSH 4.0 introduced an interesting new feature called ControlMaster
| that allows it to reuse an existing connection to a remote host when
| opening new connections to that host. This can significantly reduce the
| amount of time it takes to establish connections after the initial
| connection. Let's see how this can help you work faster, and how to
| start using ControlMaster right away.
`----
http://www.linux.com/article.pl?sid=06/05/19/145227
|
|