Mercurial > dropbear
diff options.h @ 900:49ed526daedc
CHANGES for 2014.63
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 19 Feb 2014 22:01:01 +0800 |
parents | ff597bf2cfb0 |
children | bae0b34bc059 a0819ecfee0b |
line wrap: on
line diff
--- a/options.h Tue Feb 18 21:33:56 2014 +0800 +++ b/options.h Wed Feb 19 22:01:01 2014 +0800 @@ -222,6 +222,12 @@ * return the password on standard output */ /*#define ENABLE_CLI_ASKPASS_HELPER*/ +/* Save a network roundtrip by sendng a real auth request immediately after + * sending a query for the available methods. It is at the expense of < 100 + * bytes of extra network traffic. This is not yet enabled by default since it + * could cause problems with non-compliant servers */ +/* #define DROPBEAR_CLI_IMMEDIATE_AUTH */ + /* Source for randomness. This must be able to provide hundreds of bytes per SSH * connection without blocking. In addition /dev/random is used for seeding * rsa/dss key generation */