Use correct #define to disable using environment variable to supply

password (not that it matters, since we don't build the db client).
sigsegv_dump
Greg Alexander 5 years ago
parent 126c9275c5
commit 5a5cc34841

@ -199,7 +199,7 @@ much traffic. */
* note that it will be provided for all "hidden" client-interactive
* style prompts - if you want something more sophisticated, use
* SSH_ASKPASS instead. Comment out this var to remove this functionality.*/
#define DROPBEAR_PASSWORD_ENV 0
#define DROPBEAR_USE_PASSWORD_ENV 0
/* Define this (as well as ENABLE_CLI_PASSWORD_AUTH) to allow the use of
* a helper program for the ssh client. The helper program should be

Loading…
Cancel
Save