Re: SSH login very slow
From: Kimmo Koivisto (kimmo.koivisto_at_surfeu.fi)
Date: 06/28/04
- Next message: Steve Wolfe: "Re: SSH login very slow"
- Previous message: LucM: "Re: SSH login very slow"
- In reply to: GVK: "SSH login very slow"
- Next in thread: GVK: "Re: SSH login very slow"
- Reply: GVK: "Re: SSH login very slow"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Jun 2004 22:25:55 +0300
GVK wrote:
> Hello all,
> I'm a newbee system administrator to an intranet server running sshd,
> httpd and mysql server. SSH login to this server is slooooooow.
> It takes upto 1 minute to login after entering the password. Same
> problem when logging in with my private/public key.
> Server runs on Fedora Core 2 - complete install. Is is something
> concerned to the network itself or something to do with my sshd_config?
I'd say that the problem is reverse DNS. Does your FC2 box and client
machine have correct DNS-settings? Does reverse DNS work (is it possible to
find name your IP address)?
Check the reverse DNS with dig:
# dig -x 192.168.2.2 (where 192.168.2.2 is the IP address of your client
machine. Also do the same check to the FC2 box)
You should see machine name in the ANSWER section.
If the reverse DNS query is not working, contact your ISP to correct the DNS
or add your client machine to the /etc/hosts file (to your FC2 box):
192.168.2.2 myclient.somedomain.fin myclient
you can add your FC2 box to the hosts file too:
192.168.2.1 myfc2box.somedomain.fin myfc2box
, you should use the same name as defined in /etc/sysconfig/network and
check that commands
hostname
and
hostname -f
work and return the correct name.
Best Regards
Kimmo Koivisto
- Next message: Steve Wolfe: "Re: SSH login very slow"
- Previous message: LucM: "Re: SSH login very slow"
- In reply to: GVK: "SSH login very slow"
- Next in thread: GVK: "Re: SSH login very slow"
- Reply: GVK: "Re: SSH login very slow"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|