in reply to Net::SSH::Perl timeout

as the task your are describing seems doable with just SFTP, I would advice you to use Net::SFTP::Foreign that uses the native ssh binary to connect to the remote machines and so it is more robust than Net::SSH::Perl.

Replies are listed 'Best First'.
Re^2: Net::SSH::Perl timeout
by rbm1213 (Novice) on Dec 07, 2007 at 04:09 UTC
    Actually the Net::SCP works very well. I can create an SCP session then put or get files with no errors or drop outs. The SSH is needed to set up the remote machine prior to sending it files, and to execute distributed code remotely prior to retrieving results.