in reply to Net::OpenSSH - unable to establish master SSH connection: control command failed

Turn on debugging before calling the constructor and post the output:
$Net::OpenSSH::debug=-1;
Which version of OpenSSH are you using (ssh -V)?

Also, some custom configuration on ~/.ssh/config may be interfering with the module inner workings.

Replies are listed 'Best First'.
Re^2: Net::OpenSSH - unable to establish master SSH connection: control command failed
by udvk009 (Novice) on Jan 08, 2013 at 05:47 UTC
    Hi Salva, Thanks for your reply!
    I managed to resolve this issue by installing open ssh (OpenSSH_5.9p1)
    Seems like the problem was with the old ssh (OpenSSH_3.9p1)
    Cheers!
      where to download OpenSSH_5.9p1 for RedHat el5