On Tue, Feb 3, 2009 at 15:38, julien collas <jul.col...@gmail.com> 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
>
snip

The problem may not be in Perl.  Try creating a file in the user's
.ssh directory named config and put the following lines in it.

host *
GSSAPIAuthentication no


-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to