Re: [Ssh-sftp-perl-users] Net::SSH::Perl login authentication is taking1 minute 40 seconds
Brought to you by:
dbrobins
|
From: rkb@i.frys.com - 2006-12-18 19:35:26
|
Thanks for the suggestions. Another person said that the missing module dependency is Math::BigInt, which is what I think you meant, and I'll give it a try tomorrow when I get into to office. I tried searching the archive, but didn't have much luck, because the whitespace and \n line endings were removed from the postings, which makes it very difficult to read/follow. I assume that the posts display their proper format once you're logged in, but it's not accepting my username and/or password. However, I can login from the "registration page" and change my personal settings, I just can't login to the archive. Ron > > Just about everyone has this issue when they first use the module. The > dependencies are incomplete. You'll need to install GMP::BigInt or > whatever the module is called. Check the archives. Search for GMP or > performance. > > Sander > >> -----Original Message----- >> From: ssh...@li... >> [mailto:ssh...@li...] On >> Behalf Of Thompson, Mark >> Sent: Monday, December 18, 2006 4:43 AM >> To: rkb@i.frys.com; ssh...@li... >> Subject: Re: [Ssh-sftp-perl-users] Net::SSH::Perl login >> authentication is taking1 minute 40 seconds >> >> I had a similar issue when I first installed Net::SSH::Perl. >> I think it's down to using perl versions of some of the >> encryption libraries. >> I'm afraid I can't remember exactly what I did, but I went >> through the encryption modules and made sure I have nativley >> compliled versions. >> This dramtically reduced my login times as Net::SSH::Perl >> was'nt having to use perl code to encrypt and decrypt. >> >> Hope this helps, >> >> Mark >> >> -----Original Message----- >> From: ssh...@li... >> [mailto:ssh...@li...] On >> Behalf Of rkb@i.frys.com >> Sent: 17 December 2006 06:37 >> To: ssh...@li... >> Subject: [Ssh-sftp-perl-users] Net::SSH::Perl login authentication is >> taking1 minute 40 seconds >> >> I'm developing a cgi script that uses Net::SSH::Perl, but the >> login authentication is taking 1 minute 40 seconds. As you >> can imagine, 1:40 too long especially since I will be >> connecting to 4 servers. >> >> Is this a known issue and is there a workaround? >> |