Re: long ssh communication



On 2006-02-16, rahed <rahed@xxxxxxxxxxxxxxxxx> wrote:
I connect from a debian machine with OpenSSH_3.8.1p1 to solaris 9
machines with Sun_SSH_1.0.1 using Perl modul Net::SSH::Perl. It takes
several minutes to run a command (who or something).

Do other clients (eg OpenSSH) exhibit the same delays?

Connecting to a machine with OpenSSH (solaris 8) takes a second and
running ssh from a command line to solaris 9 Sun_SSH is also ok. Below
is debug output.

What sizes are the host keys on those systems?

Could someone point me where to look at to cut down these times?

A good place to start: http://www.openssh.com/faq.html#3.3

[...]
Algorithms, s->c: 3des-cbc hmac-sha1 none
##here waits around a minute

How much CPU is the perl client using at this point?

[...]
Computing shared secret key.
##here waits around a minute

How much CPU is the perl client using at this point?

--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
.



Relevant Pages