in reply to Net::OpenSSH across fork & exec
my $ssh = Net::OpenSSH->new($host, reuse_master => 1, ctl_path => $from_first_script);
Though, I don't really like calling the new option "reuse_master", I am thinking of changing it to "external_master".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::OpenSSH across fork & exec
by dwalin (Monk) on Mar 15, 2011 at 20:21 UTC | |
by salva (Canon) on Mar 16, 2011 at 08:45 UTC | |
|
Re^2: Net::OpenSSH across fork & exec
by bibliophile (Prior) on Mar 16, 2011 at 15:17 UTC |