comparison default_options.h @ 1634:aabde6f57fce

Add a sanity check for DROPBEAR_SVR_MULTIUSER==0 mode
author Matt Johnston <matt@ucc.asn.au>
date Wed, 20 Mar 2019 22:57:06 +0800
parents 592a18dac250
children a2bbc22ea1e6 d32bcb5c557d
comparison
equal deleted inserted replaced
1633:592a18dac250 1634:aabde6f57fce
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 */ 199 /* Set this to 0 if your system does not have multiple user support.
200 (Linux kernel CONFIG_MULTIUSER option)
201 The resulting binary will not run on a normal system. */
200 #define DROPBEAR_SVR_MULTIUSER 1 202 #define DROPBEAR_SVR_MULTIUSER 1
201 203
202 /* Client authentication options */ 204 /* Client authentication options */
203 #define DROPBEAR_CLI_PASSWORD_AUTH 1 205 #define DROPBEAR_CLI_PASSWORD_AUTH 1
204 #define DROPBEAR_CLI_PUBKEY_AUTH 1 206 #define DROPBEAR_CLI_PUBKEY_AUTH 1