Mercurial > dropbear
comparison default_options.h @ 1641:a2bbc22ea1e6 coverity
merge coverity
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 21 Mar 2019 00:14:38 +0800 |
parents | 7f2be495dff6 aabde6f57fce |
children | d529a52b2f7c |
comparison
equal
deleted
inserted
replaced
1610:96e4c9b2cc00 | 1641:a2bbc22ea1e6 |
---|---|
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 /* 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. */ | |
202 #define DROPBEAR_SVR_MULTIUSER 1 | |
203 | |
199 /* Client authentication options */ | 204 /* Client authentication options */ |
200 #define DROPBEAR_CLI_PASSWORD_AUTH 1 | 205 #define DROPBEAR_CLI_PASSWORD_AUTH 1 |
201 #define DROPBEAR_CLI_PUBKEY_AUTH 1 | 206 #define DROPBEAR_CLI_PUBKEY_AUTH 1 |
202 | 207 |
203 /* A default argument for dbclient -i <privatekey>. | 208 /* A default argument for dbclient -i <privatekey>. |