JJB Blog

Posts Tagged ‘ssh-openssh-tcp-sessions-multiplex’

Multiplex several ssh sessions over a single TCP connection

Simon (gotta love that photo) informs us: There’s a nifty feature in openssh that lets you multiplex several ssh sessions over a single TCP connection. The first time you connect to a host it sets up a regular ssh connection, and creates a unix socket on a local filesystem; subsequence sessions get tunneled over that [...]