RE: sshd prompt for password very slow

2005-07-12 Thread Alexandre D.
It is generally a communication problem between your box and its gateway
take a look at it.

cheers

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de vladone
Envoye : mardi 12 juillet 2005 00:05
A : freebsd-questions@freebsd.org
Objet : sshd prompt for password very slow


When i try to login remote on my server, receive very quickly prompt
for login as:
After insert my username, promt for password, is avaible after
aproximatively 10s.
This is happend in local network.
Why is so slowly?

My system: FreeBsd 5.4 release
   video 64mb
   memory 256 mb ram
   Athlon 2000 Ghz

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sshd prompt for password very slow

2005-07-11 Thread jdyke

vladone wrote:

When i try to login remote on my server, receive very quickly prompt
for login as:
After insert my username, promt for password, is avaible after
aproximatively 10s.
This is happend in local network.
Why is so slowly?

My system: FreeBsd 5.4 release
   video 64mb
   memory 256 mb ram
   Athlon 2000 Ghz


this is an DNS problem.  its trying to lookup the address of the host that is 
connecting to it.  you can turn these off in /etc/ssh/sshd_config or ensure that 
you're comning from somewhere that has a valid DNS assocaited and update 
/etc/resolv.conf with a valid nameserver for lookups.


if you're using a local connection, you can also use /etc/hosts

hth
Jeff


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]