summaryrefslogtreecommitdiff
path: root/sysoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysoptions.h')
-rw-r--r--sysoptions.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysoptions.h b/sysoptions.h
index c569ab4..4d9fdc9 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -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