mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-14 02:59:05 +00:00
Use correct #define to disable using environment variable to supply
password (not that it matters, since we don't build the db client).
This commit is contained in:
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…
Reference in New Issue
Block a user