On Feb 3, 12:38 pm, jul.col...@gmail.com (Julien Collas) wrote: > Hi everyone, > > I made a script using Net::SSH::Perl and I'm faced to some slow > connexion times. > I use rsa key to connect and it seems to be very slow, but not all the time. > Sometimes it's very quick ( 1sec ), sometimes not (few minutes). > I tried to use password instead of a key, and it seems to be quicker. > You may have an idea to help me .... > Thanks >
I had the same problem and fixed by installing these 3 modules. Math::BigInt Math::BigInt::GMP YAML They should be part of the required dependencies, but they're not, or at least they weren't when I installed it in 2007. It was a know issue back then and this was the solution given to me in mailing list for the module. http://lists.sourceforge.net/lists/listinfo/ssh-sftp-perl-users -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/