CHANGES for 2014.63

This commit is contained in:
Matt Johnston
2014-02-19 22:01:01 +08:00
parent 3e4433f715
commit 5e4dc71907
3 changed files with 50 additions and 5 deletions

View File

@@ -222,6 +222,12 @@ much traffic. */
* return the password on standard output */
/*#define ENABLE_CLI_ASKPASS_HELPER*/
/* Save a network roundtrip by sendng a real auth request immediately after
* sending a query for the available methods. It is at the expense of < 100
* bytes of extra network traffic. This is not yet enabled by default since it
* could cause problems with non-compliant servers */
/* #define DROPBEAR_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 */