in reply to Re: Net::SSH2 Command Timeout Before Completion
in thread Net::SSH2 Command Timeout Before Completion

Another one I will look at. OpenSSH is my client/server of choice.

  • Comment on Re^2: Net::SSH2 Command Timeout Before Completion

Replies are listed 'Best First'.
Re^3: Net::SSH2 Command Timeout Before Completion
by sierpinski (Chaplain) on Jun 30, 2010 at 01:52 UTC
    Another one I will look at. OpenSSH is my client/server of choice.

    For what it's worth, Net::SSH::Expect lets you choose what ssh binary to use, so if you have openssh installed separately, it can be told to use that. Not trying to be a fanboy, just letting you know.
      I appreciate the information. What I gathered from testing both is that Net::SSH2 is not the best solution. Both of your examples worked the way I wanted.