in reply to ssh output is partial when using fork manager

I usually advice against using Net::SSH::Expect which is not reliable. But here you are using it just like Expect...

The issue is probably caused by the timeouts, 240s may be not enough to transfer ~70MB. Maybe some networks are not fast enough or you are launching too many processes in parallel and overloading the CPU, the network or the disk.

  • Comment on Re: ssh output is partial when using fork manager