Mercurial > dropbear
diff default_options.h @ 1633:592a18dac250
Support servers without multiple user support (#76)
author | Patrick Stewart <patstew@gmail.com> |
---|---|
date | Wed, 20 Mar 2019 14:44:49 +0000 |
parents | 1fbe598a14fb |
children | aabde6f57fce |
line wrap: on
line diff
--- a/default_options.h Wed Mar 20 17:33:15 2019 +0300 +++ b/default_options.h Wed Mar 20 14:44:49 2019 +0000 @@ -196,6 +196,9 @@ * 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