Mercurial > dropbear
comparison options.h @ 995:6fb4c010c448
Default client key path ~/.ssh/id_dropbear
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 24 Jan 2015 00:05:26 +0800 |
parents | 731f624af902 |
children | 47643024fc90 |
comparison
equal
deleted
inserted
replaced
994:5c5ade336926 | 995:6fb4c010c448 |
---|---|
209 | 209 |
210 #define ENABLE_CLI_PASSWORD_AUTH | 210 #define ENABLE_CLI_PASSWORD_AUTH |
211 #define ENABLE_CLI_PUBKEY_AUTH | 211 #define ENABLE_CLI_PUBKEY_AUTH |
212 #define ENABLE_CLI_INTERACT_AUTH | 212 #define ENABLE_CLI_INTERACT_AUTH |
213 | 213 |
214 /* A default argument for dbclient -i <privatekey>. | |
215 leading "~" is expanded */ | |
216 #define DROPBEAR_DEFAULT_CLI_AUTHKEY "~/.ssh/id_dropbear" | |
217 | |
214 /* This variable can be used to set a password for client | 218 /* This variable can be used to set a password for client |
215 * authentication on the commandline. Beware of platforms | 219 * authentication on the commandline. Beware of platforms |
216 * that don't protect environment variables of processes etc. Also | 220 * that don't protect environment variables of processes etc. Also |
217 * note that it will be provided for all "hidden" client-interactive | 221 * note that it will be provided for all "hidden" client-interactive |
218 * style prompts - if you want something more sophisticated, use | 222 * style prompts - if you want something more sophisticated, use |