comparison 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
comparison
equal deleted inserted replaced
882:f05107560aa9 883:ff597bf2cfb0
174 174
175 #define DROPBEAR_MAX_CLI_INTERACT_PROMPTS 80 /* The number of prompts we'll 175 #define DROPBEAR_MAX_CLI_INTERACT_PROMPTS 80 /* The number of prompts we'll
176 accept for keyb-interactive 176 accept for keyb-interactive
177 auth */ 177 auth */
178 178
179 /* Send a real auth request immediately after sending a query for the available methods.
180 * It saves a network round trip at login.
181 * If problems are encountered it can be disabled here. */
182 #define CLI_IMMEDIATE_AUTH
183
184
179 #if defined(DROPBEAR_AES256) || defined(DROPBEAR_AES128) 185 #if defined(DROPBEAR_AES256) || defined(DROPBEAR_AES128)
180 #define DROPBEAR_AES 186 #define DROPBEAR_AES
181 #endif 187 #endif
182 188
183 #if defined(DROPBEAR_TWOFISH256) || defined(DROPBEAR_TWOFISH128) 189 #if defined(DROPBEAR_TWOFISH256) || defined(DROPBEAR_TWOFISH128)