in reply to Net::SSH::Perl hangs after 1 hour

Have you considered using Net::SSH2 or Net::OpenSSH instead of Net::SSH::Perl?

Replies are listed 'Best First'.
Re^2: Net::SSH::Perl hangs after 1 hour
by FloydATC (Deacon) on May 24, 2009 at 17:14 UTC
    Yes, if I can't get Net::SSH::Perl to work properly, a rewrite for Net::SSH2 seems like a logical next step. It's not like I'm married to this particular module.