On Thu, Apr 11, 2013 at 4:15 PM, binary dreamer <dreamer.bin...@gmail.com>wrote:
> >Hi. I am running debian 6.0.7 and i am facing a problem with slow > response when asking to ssh. once i do a ssh root@192.168.1.77 then the > prompt for the passwd it takes around 30 secs to respond. after >that > everything is fine. is there a way to fix that delay? As far as I know DNS is being used here and it is causing dealy in remote ssh connection: add "UseDNS no" in "/etc/ssh/sshd_config" it is not exists there and I think this should solve your issue. Thanks! Jaikumar