Can I make ssh tell me which control file it would use for multiplexing?
- by Ryan Thompson
I am using the following options in my ~/.ssh/config in order to enable connection multiplexing:
ControlMaster auto
ControlPath ~/.ssh/control/master-%r@%h:%p
However, this has the annoying problem that the first shell to connect to a particular server must be the last to disconnect, because it is the master connection that all the other…