diff sysoptions.h @ 785:ff6e551da826

Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password logins
author Matt Johnston <matt@ucc.asn.au>
date Thu, 18 Apr 2013 21:47:38 +0800
parents 8dcdfd44e769
children e76614145aea
line wrap: on
line diff
--- a/sysoptions.h	Wed Apr 17 23:17:27 2013 +0800
+++ b/sysoptions.h	Thu Apr 18 21:47:38 2013 +0800
@@ -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