[Ssh-sftp-perl-users] Very long time to ssh login
Brought to you by:
dbrobins
|
From: thomas e. <tho...@gm...> - 2007-06-05 14:30:29
|
Hello Guys Is there anyone that can tell me why it takes 22 seconds to do a ssh2 login with Net::ssh:perl ? and is there any way to speed up the login? It seems that it's the: Algorithms, c->s: 3des-cbc hmac-sha1 none Algorithms, s->c: 3des-cbc hmac-sha1 none and: Computing shared secret key. That takes most of the time. ///Thomas |