summaryrefslogtreecommitdiffhomepage
path: root/sysoptions.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-04-18 21:47:38 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-04-18 21:47:38 +0800
commit43769b5bb370cb932012eccb3bca7487955760f0 (patch)
tree121d90f5f33147bcdff942efe0d935636475b645 /sysoptions.h
parentf98eb5808bd5fbdf7463f2d7233bb3cc52b12f89 (diff)
Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password logins
Diffstat (limited to 'sysoptions.h')
-rw-r--r--sysoptions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysoptions.h b/sysoptions.h
index 3072d3d..be736ef 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -198,9 +198,6 @@
#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