summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2014-01-17 21:39:27 +0800
committerMatt Johnston <matt@ucc.asn.au>2014-01-17 21:39:27 +0800
commit61cecbb3371839a824ff536338471d4b888aacf6 (patch)
treeaa2d4edcba8ea8af4d46158142c27b1816f0fa55 /options.h
parentaee1309c91dbeb40f61e13ee3da96cb1b02578da (diff)
DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
Diffstat (limited to 'options.h')
-rw-r--r--options.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/options.h b/options.h
index c122c43..357bf42 100644
--- a/options.h
+++ b/options.h
@@ -222,13 +222,6 @@ much traffic. */
* return the password on standard output */
/*#define ENABLE_CLI_ASKPASS_HELPER*/
-/* Send a real auth request first rather than requesting a list of available methods.
- * It saves a network round trip at login but prevents immediate login to
- * accounts with no password, and might be rejected by some strict servers (none
- * encountered yet) - hence it isn't enabled by default. */
-/* #define CLI_IMMEDIATE_AUTH */
-
-
/* Source for randomness. This must be able to provide hundreds of bytes per SSH
* connection without blocking. In addition /dev/random is used for seeding
* rsa/dss key generation */