Mailing List Archive

Re: ssh 5 second wait.
Hallo Dan,

your hint solve my problem - many of thanks!
In my opinion DNS-search was disabled by
UseDNS no
The debug-message disappears but not the search. So I revise all
significant files an found the source of problem in /etc/nsswitch.conf.
After alter
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
to
hosts: files dns
all works perfecly.

With regards
Andreas



Dan Anderson schrieb:
> Check your DNS - forward (name to IP) and back (IP to name).
>
> You may be waiting on a timeout.
>
> Dan
>
>