in reply to Re^3: Unable to do SCP on multiple machines using Perl's Net::SCP::Expect module
in thread Unable to do SCP on multiple machines using Perl's Net::SCP::Expect module
Now it fails with the message:my $key_path = "/home/tom/.ssh/id_file"; my $ssh = Net::OpenSSH->new( $host, key_path => $key_path, ); $ssh->scp_put("$war_full_path", "$ENV{HOME}") or die "SCP failed: " . +$ssh->error;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Unable to do SCP on multiple machines using Perl's Net::SCP::Expect module
by salva (Canon) on May 05, 2014 at 10:32 UTC | |
by Technext (Acolyte) on May 05, 2014 at 11:39 UTC |