mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
Disable UNAUTH_CLOSE_DELAY by default
This commit is contained in:
parent
d20420e709
commit
8552a0e9eb
@ -256,8 +256,11 @@ Homedir is prepended unless path begins with / */
|
||||
/* -T server option overrides */
|
||||
#define MAX_AUTH_TRIES 10
|
||||
|
||||
/* Delay introduced before closing an unauthenticated session (seconds) */
|
||||
#define UNAUTH_CLOSE_DELAY 30
|
||||
/* Delay introduced before closing an unauthenticated session (seconds).
|
||||
Disabled by default, can be set to say 30 seconds to reduce the speed
|
||||
of password brute forcing. Note that there is a risk of denial of
|
||||
service by setting this */
|
||||
#define UNAUTH_CLOSE_DELAY 0
|
||||
|
||||
/* The default file to store the daemon's process ID, for shutdown
|
||||
scripts etc. This can be overridden with the -P flag */
|
||||
|
Loading…
Reference in New Issue
Block a user