diff options
Diffstat (limited to 'sysoptions.h')
-rw-r--r-- | sysoptions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysoptions.h b/sysoptions.h index 8c591ea..6e60294 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -188,6 +188,9 @@ #define DROPBEAR_KEY_LINES /* ie we're using authorized_keys or known_hosts */ #endif +/* Send an auth request straight away rather than trying "none" type to get a list */ +#define CLI_IMMEDIATE_AUTH + /* Changing this is inadvisable, it appears to have problems * with flushing compressed data */ #define DROPBEAR_ZLIB_MEM_LEVEL 8 |