summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2014-02-19 22:01:01 +0800
committerMatt Johnston <matt@ucc.asn.au>2014-02-19 22:01:01 +0800
commit5e4dc719077011bd52c6f51554014838e5c62b12 (patch)
tree25151716f785af3c22b9507407b6eb7b0428730b /options.h
parent3e4433f7154c499822c3efe940aaf70e2274b413 (diff)
CHANGES for 2014.63
Diffstat (limited to 'options.h')
-rw-r--r--options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/options.h b/options.h
index 357bf42..44d6d23 100644
--- a/options.h
+++ b/options.h
@@ -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 */