in reply to Re: Net::SSH2 to capture multiple commands on remote system
in thread Net::SSH2 to capture multiple commands on remote system

Salva, That was exactly what I was looking for. Works perfectly. Thank you so much! I have gone down the OpenSSH path and ran into a problem I believe is an incompatibility with the version on OpenSSH on the Unix server and the type of node I am communicating with. I also looked into your SSH::Any but was not getting any returns from my commands.
  • Comment on Re^2: Net::SSH2 to capture multiple commands on remote system

Replies are listed 'Best First'.
Re^3: Net::SSH2 to capture multiple commands on remote system
by salva (Canon) on Sep 17, 2014 at 07:27 UTC
    That was exactly what I was looking for. Works perfectly

    No, it doesn't. That will fail to work correctly quite often.