comparison 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
comparison
equal deleted inserted replaced
1632:c4bf28ccab97 1633:592a18dac250
194 194
195 /* Whether to take public key options in 195 /* Whether to take public key options in
196 * authorized_keys file into account */ 196 * authorized_keys file into account */
197 #define DROPBEAR_SVR_PUBKEY_OPTIONS 1 197 #define DROPBEAR_SVR_PUBKEY_OPTIONS 1
198 198
199 /* Disable if your kernel does not have multiple user support */
200 #define DROPBEAR_SVR_MULTIUSER 1
201
199 /* Client authentication options */ 202 /* Client authentication options */
200 #define DROPBEAR_CLI_PASSWORD_AUTH 1 203 #define DROPBEAR_CLI_PASSWORD_AUTH 1
201 #define DROPBEAR_CLI_PUBKEY_AUTH 1 204 #define DROPBEAR_CLI_PUBKEY_AUTH 1
202 205
203 /* A default argument for dbclient -i <privatekey>. 206 /* A default argument for dbclient -i <privatekey>.