---

Linux / Unix: OpenSSH Multiplexer To Speed Up OpenSSH Connections

Multiplexing is nothing but sending more than one ssh connection over a single connection. OpenSSH can reuse an existing TCP connection for multiple concurrent SSH sessions. This results into reduction of the overhead of creating new TCP connections. How can I multiplex SSH sessions to speed up my ssh connection on a Linux or Unix-like operating systems?

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis