In the last episode (Apr 03), Stephen Morley said:
> Actually I should have looked first, we are running sshd directly and
> not from inet (never assume!). Here is a -v output, wait 1 is the
> longest but does not always happen, wait 2 happens all the time. If I
> keep tying it goes reasonable fast but if you don't try for while it
> gets slow again.
>
> [11:52:28]$ssh -v host
> SSH Version 1.2.27 [sparc-sun-solaris2.6], protocol version 1.5.
> Standard version. Does not use RSAREF.
> host: Reading configuration data /etc/ssh_config
> host: ssh_connect: getuid 1023 geteuid 1023 anon 1
> -- wait 1 ---
> host: Connecting to host [10.10.10.10] port 22.
> host: Connection established.
> -- wait 2 ---
> host: Remote protocol version 1.5, remote software version 1.2.27
Make sure your DNS works, both forward and reverse, from both machines.
Whenever you have a program that hangs for almost exactly 60 seconds,
think "DNS timeout". Also try killing the existing sshd, run it on a
terminl as "sshd -d", and watch its output as compared to the client's
"ssh -v" output
--
Dan Nelson
[EMAIL PROTECTED]