Mercurial > dropbear
comparison sysoptions.h @ 730:714b9106e335
Send an auth packet straight away, save another roundtrip
This needs a bit of testing to make sure it doesn't have side-effects.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 31 Mar 2013 23:48:25 +0800 |
parents | 4a274f47eabd |
children | 15999b098cc9 |
comparison
equal
deleted
inserted
replaced
729:fedfb8ede1fd | 730:714b9106e335 |
---|---|
186 | 186 |
187 #if defined(DROPBEAR_CLIENT) || defined(ENABLE_SVR_PUBKEY_AUTH) | 187 #if defined(DROPBEAR_CLIENT) || defined(ENABLE_SVR_PUBKEY_AUTH) |
188 #define DROPBEAR_KEY_LINES /* ie we're using authorized_keys or known_hosts */ | 188 #define DROPBEAR_KEY_LINES /* ie we're using authorized_keys or known_hosts */ |
189 #endif | 189 #endif |
190 | 190 |
191 /* Send an auth request straight away rather than trying "none" type to get a list */ | |
192 #define CLI_IMMEDIATE_AUTH | |
193 | |
191 /* Changing this is inadvisable, it appears to have problems | 194 /* Changing this is inadvisable, it appears to have problems |
192 * with flushing compressed data */ | 195 * with flushing compressed data */ |
193 #define DROPBEAR_ZLIB_MEM_LEVEL 8 | 196 #define DROPBEAR_ZLIB_MEM_LEVEL 8 |
194 | 197 |
195 #if defined(ENABLE_SVR_PASSWORD_AUTH) && defined(ENABLE_SVR_PAM_AUTH) | 198 #if defined(ENABLE_SVR_PASSWORD_AUTH) && defined(ENABLE_SVR_PAM_AUTH) |