in reply to Re: Running remote commands (Net::SSH2)
in thread Running remote commands (Net::SSH2)
when running this, I get ssh: illegal option -- M with $ssh->error revealing..."unable to establish master SSH connection: ssh master exited unexpectedly"use Net::OpenSSH; my $ssh = Net::OpenSSH->new('repository'); $ssh->error and die "Can't ssh to $host: " . $ssh->error;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Running remote commands (Net::SSH2)
by salva (Canon) on Dec 23, 2009 at 13:58 UTC | |
by wilko (Acolyte) on Dec 23, 2009 at 14:16 UTC | |
by salva (Canon) on Dec 23, 2009 at 16:27 UTC |