Using pre-existing SSH connection

2017-05-08 Thread Joe Sapp
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

Re: Using pre-existing SSH connection

2017-05-08 Thread Ole Tange
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

Re: Using pre-existing SSH connection

2017-05-08 Thread Joe Sapp
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