delay question

Rob Landley rob at landley.net
Wed Aug 24 02:50:03 WST 2011


On 08/22/2011 01:18 AM, Guylhem Aznar wrote:
> Hello
> 
> ssh to a dropbear server takes several seconds - which can be shaved
> on a openssh server by disabling dns lookup.
>
> Is it possible in dropbear to reduce the connection delay in a similar manner?
> What else is causing the delays in a passwordless connection?

In options.h search for #define DO_HOST_LOOKUP and comment it out.

It's a compile-time option.

Rob


More information about the Dropbear mailing list