Andy16 has asked for the wisdom of the Perl Monks concerning the following question:
$self->sendto('stdout', "child($wid): doing ssh\n"); $ssh = Net::OpenSSH->new( $device, user => $sshuser, passwd => $sshpwd, master_opts => [-o => "StrictHostKeyChecking=no"], master_stderr_discard => 1 ); $self->sendto('stdout', "child($wid): did ssh - not shown!!! \n");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using Net::OpenSSH in a MCE worker thread
by salva (Canon) on Jun 28, 2013 at 10:01 UTC | |
by marioroy (Prior) on Dec 13, 2014 at 03:25 UTC | |
by Andy16 (Acolyte) on Jun 28, 2013 at 10:51 UTC | |
by Andy16 (Acolyte) on Jun 28, 2013 at 11:33 UTC | |
by salva (Canon) on Jun 28, 2013 at 11:59 UTC | |
by Andy16 (Acolyte) on Jun 28, 2013 at 12:26 UTC | |
| |
|
Re: using Net::OpenSSH in a MCE worker thread
by kcott (Archbishop) on Jun 28, 2013 at 09:20 UTC |