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