Hi,
It appears that Parallel creates a new SSH connection when it runs,
even if an existing connection is open and ControlMaster is enabled in
~/.ssh/config and Parallel config (I'm not sure how to test this,
though). I would like to open an SSH connection at the beginning of
my session and use t
On Mon, May 8, 2017 at 9:02 PM, Joe Sapp wrote:
> It appears that Parallel creates a new SSH connection when it runs,
> even if an existing connection is open and ControlMaster is enabled in
> ~/.ssh/config and Parallel config (I'm not sure how to test this,
> though). I would like to open an SS
On Mon, May 8, 2017 at 4:09 PM, Ole Tange wrote:
> On Mon, May 8, 2017 at 9:02 PM, Joe Sapp wrote:
>
>> It appears that Parallel creates a new SSH connection when it runs,
>> even if an existing connection is open and ControlMaster is enabled in
>> ~/.ssh/config and Parallel config (I'm not sure