Mercurial > dropbear
diff sysoptions.h @ 883:ff597bf2cfb0
DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 17 Jan 2014 21:39:27 +0800 |
parents | 3d1d7d151c0c |
children | dd0bd9231fc2 |
line wrap: on
line diff
--- a/sysoptions.h Wed Dec 11 21:50:33 2013 +0800 +++ b/sysoptions.h Fri Jan 17 21:39:27 2014 +0800 @@ -176,6 +176,12 @@ accept for keyb-interactive auth */ +/* Send a real auth request immediately after sending a query for the available methods. + * It saves a network round trip at login. + * If problems are encountered it can be disabled here. */ + #define CLI_IMMEDIATE_AUTH + + #if defined(DROPBEAR_AES256) || defined(DROPBEAR_AES128) #define DROPBEAR_AES #endif