summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-05-26 18:42:17 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-05-26 18:42:17 +0800
commitc2b1327debff9416d5e46d8b93a529e179edf85a (patch)
tree28de923d6c4e058ca5d17dc12575c70d83248845 /options.h
parentf7ba7444e8fa4aae31070cc93822962d78941276 (diff)
parent57166b400c25c2e45b23639a413edc3620cf2812 (diff)
merge
Diffstat (limited to 'options.h')
-rw-r--r--options.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/options.h b/options.h
index 88b17ca..7d06322 100644
--- a/options.h
+++ b/options.h
@@ -204,6 +204,13 @@ 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 */