comparison options.h @ 900:49ed526daedc

CHANGES for 2014.63
author Matt Johnston <matt@ucc.asn.au>
date Wed, 19 Feb 2014 22:01:01 +0800
parents ff597bf2cfb0
children bae0b34bc059 a0819ecfee0b
comparison
equal deleted inserted replaced
899:115f8a3c2d5a 900:49ed526daedc
220 * specified in the SSH_ASKPASS environment variable, and dbclient 220 * specified in the SSH_ASKPASS environment variable, and dbclient
221 * should be run with DISPLAY set and no tty. The program should 221 * should be run with DISPLAY set and no tty. The program should
222 * return the password on standard output */ 222 * return the password on standard output */
223 /*#define ENABLE_CLI_ASKPASS_HELPER*/ 223 /*#define ENABLE_CLI_ASKPASS_HELPER*/
224 224
225 /* Save a network roundtrip by sendng a real auth request immediately after
226 * sending a query for the available methods. It is at the expense of < 100
227 * bytes of extra network traffic. This is not yet enabled by default since it
228 * could cause problems with non-compliant servers */
229 /* #define DROPBEAR_CLI_IMMEDIATE_AUTH */
230
225 /* Source for randomness. This must be able to provide hundreds of bytes per SSH 231 /* Source for randomness. This must be able to provide hundreds of bytes per SSH
226 * connection without blocking. In addition /dev/random is used for seeding 232 * connection without blocking. In addition /dev/random is used for seeding
227 * rsa/dss key generation */ 233 * rsa/dss key generation */
228 #define DROPBEAR_URANDOM_DEV "/dev/urandom" 234 #define DROPBEAR_URANDOM_DEV "/dev/urandom"
229 235