RE: SSH login delays
From: Javier Zayas (javier_zayas_at_cuc.claremont.edu)
Date: 02/03/04
- Previous message: Adam Bregenzer: "RE: SSH problem. (fwd)"
- Maybe in reply to: Javier Zayas: "SSH login delays"
- Next in thread: Darren Tucker: "Re: SSH login delays"
- Reply: Darren Tucker: "Re: SSH login delays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: "'secureshell@securityfocus.com'" <secureshell@securityfocus.com> Date: Tue, 3 Feb 2004 09:53:54 -0800
Thanks once again to everyone who replied on the list. I finally tracked
down my problem with delays. It seems that on HP systems, there is no
/dev/random or /dev/urandom (it does use a random function, but it's not
part of openSSH) so it uses /usr/local/etc/ssh_prng_cmds. After going line
by line and checking each of these commands, I found that a few of the lines
pointed to directories that were not part of our file structure, and a few
others, did not have pathing information set. These were the culprits that
caused my slowdown. After adding in the correct paths and removing three
entries for directories that did not exist, I can now ssh in under 4
seconds.
As a follow-up to this, is there any reason I couldn't add more commands to
this file or does it only accept certain types of files to generate the
random numbers from these particular commands??
Thanks once again!!
Javier Zayas
System Administrator
x73143
-----Original Message-----
From: Jonathan Crowe [mailto:jcrowe@sagesys.net]
Sent: Monday, February 02, 2004 3:36 PM
To: Javier Zayas
Cc: secureshell@securityfocus.com
Subject: Re: SSH login delays
DNS problem. The server is trying to do a reverse lookup on you.
Quick test is to put your ip into the servers /etc/hosts and see if the
delay goes away.
Javier Zayas wrote:
> Does anyone know why SSH would take approximately 40 seconds to connect to
a
> host? I've been using ssh for quite some time and recently, my login delay
> has gone from a few seconds to approximately 40 seconds. This is even for
> hosts that I have and have had a key for for quite some time. Any help in
> tracking down issues with this would be appreciated. Thanks!
>
> Javier Zayas
> System Administrator
> The Claremont Colleges
> Administrative Information Services Office
> javier.zayas@cuc.claremont.edu
> Direct:(909)607-3143
> Cell: (909)319-0278
> http://www.cuc.claremont.edu
>
-- Jonathan Crowe System Administrator for Sage Systems, Inc. 425-451-2484 x 3025
- Previous message: Adam Bregenzer: "RE: SSH problem. (fwd)"
- Maybe in reply to: Javier Zayas: "SSH login delays"
- Next in thread: Darren Tucker: "Re: SSH login delays"
- Reply: Darren Tucker: "Re: SSH login delays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|