On Wed, Aug 30, 2006 at 05:54:31PM +0530, Siju George wrote:
> My OpenBSD 3.9 on an amd64 is very very slow for SSH login.
> 
> Could some one give me steps I can follow to troubleshoot the problem?

There's a few suggestions here: http://www.openssh.com/faq.html#3.3

>From your description, my guess would be that the delay is due to the
server attempting to do a reverse name lookup on the client's IP address
(you can test this quickly by putting it into the server's host into the
/etc/hosts file).

If none of that helps, try running the client in debug mode (ssh -vvv ...)
and see where the pauses are.

-- 
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.

Reply via email to