diff options
author | Matt Johnston <matt@ucc.asn.au> | 2014-02-19 22:01:01 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2014-02-19 22:01:01 +0800 |
commit | 5e4dc719077011bd52c6f51554014838e5c62b12 (patch) | |
tree | 25151716f785af3c22b9507407b6eb7b0428730b /options.h | |
parent | 3e4433f7154c499822c3efe940aaf70e2274b413 (diff) |
CHANGES for 2014.63
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -222,6 +222,12 @@ much traffic. */ * 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 */ |