Quantcast
Channel: Enabling SSH multiplexing for a series of commands, then closing it - Server Fault
Viewing all articles
Browse latest Browse all 2

Answer by Michael Hampton for Enabling SSH multiplexing for a series of commands, then closing it

$
0
0

It looks like you forgot to set ControlPersist. If not set, then the master connection will not remain open if that first session is closed.

For example you can set in your $HOME/.ssh/config:

ControlPersist 600

Viewing all articles
Browse latest Browse all 2

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>