in reply to net::ssh::expect net::scp::expect problem

Without seeing the source code is hard to tell what could be going wrong.

Anyway, Net::SSH::Expect is quite unreliable because of the way it works internally. My (biased) advice, is to use Net::OpenSSH instead or, as it seems you are actually handling a cluster, Net::OpenSSH::Parallel.

  • Comment on Re: net::ssh::expect net::scp::expect problem