http://qs1969.pair.com?node_id=11122426


in reply to Re^2: Net::OpenSSH mater mode is not working
in thread Net::OpenSSH mater mode is not working

Net::OpenSSH does not support the mode of operation where the master is reused if available or otherwise, a new one is created.

The reason is that doing it in a reliable way is pretty hard, there are lots of race conditions and edge cases that should be handled. On the other hand it is something I had never found too useful.