diff options
author | Patrick Stewart <patstew@gmail.com> | 2019-03-20 14:44:49 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2019-03-20 22:44:49 +0800 |
commit | 0af22aa8e43722082947bb48fa9ec2990f702c49 (patch) | |
tree | df05ce2ebbb44ef528cb02a65da5f1bf28ac54bc /default_options.h | |
parent | 2fd3b9f560a2d15cff9b2124f2e82073f8783d39 (diff) |
Support servers without multiple user support (#76)
Diffstat (limited to 'default_options.h')
-rw-r--r-- | default_options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default_options.h b/default_options.h index 86fb25a..7365d2c 100644 --- a/default_options.h +++ b/default_options.h @@ -196,6 +196,9 @@ group1 in Dropbear server too */ * authorized_keys file into account */ #define DROPBEAR_SVR_PUBKEY_OPTIONS 1 +/* Disable if your kernel does not have multiple user support */ +#define DROPBEAR_SVR_MULTIUSER 1 + /* Client authentication options */ #define DROPBEAR_CLI_PASSWORD_AUTH 1 #define DROPBEAR_CLI_PUBKEY_AUTH 1 |