summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2012-05-17 20:52:57 +0800
committerMatt Johnston <matt@ucc.asn.au>2012-05-17 20:52:57 +0800
commite719a9ef6f1cab28c075cb733d2f864dbe0b5c9b (patch)
tree874f2bb94268e5108df97b9880288bfdb1706b5f /options.h
parenta02d38072a9172980c5af78e7d0f236868684ebd (diff)
- Only request "none" cipher after auth has succeeded
--HG-- branch : insecure-nocrypto
Diffstat (limited to 'options.h')
-rw-r--r--options.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/options.h b/options.h
index e3cdcf3..8cccb3c 100644
--- a/options.h
+++ b/options.h
@@ -106,10 +106,6 @@ much traffic. */
* the only safe auth method is public key. */
#define DROPBEAR_NONE_CIPHER
-/* Define this to allow password authentication even when no encryption
- * is being used. This can be unsafe */
-#define ALLOW_NONE_PASSWORD_AUTH
-
/* Message Integrity - at least one required.
* Protocol RFC requires sha1 and recommends sha1-96.
* sha1-96 is of use for slow links as it has a smaller overhead.