On Feb 9, 1:01 pm, dsh...@steelerubber.com (David Shere) wrote: > On Tue, 2009-02-03 at 21:38 +0100, julien collas wrote: > > I use rsa key to connect and it seems to be very slow, > > Is it slow to connect when you initiate, or slow throughout the use of > the connection? > > We've found that the absence of a reverse DNS record can delay initial > connection times by up to two minutes. The SSH server can be configured > to not do reverse DNS lookups on client machines. Of course you can > only do that if you have privileges on the server.
I'm having a similar problem and traced it back to a lack of entropy : cat /proc/sys/kernel/random/entropy_avail . I am working on a VM and apparently this is a known problem. Running 'du -ah /' a few times builds up entropy, but that solution is obviously not ideal. Is there any way for Crypt::DSA::Util::makerandom to not use /dev/ random? I tried putting /dev/urandom in the source but that didn't work. Ideas? -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/