Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/options.h Fri Jan 23 23:00:25 2015 +0800 +++ b/options.h Sat Jan 24 00:05:26 2015 +0800 @@ -211,6 +211,10 @@ #define ENABLE_CLI_PUBKEY_AUTH #define ENABLE_CLI_INTERACT_AUTH +/* A default argument for dbclient -i <privatekey>. + leading "~" is expanded */ +#define DROPBEAR_DEFAULT_CLI_AUTHKEY "~/.ssh/id_dropbear" + /* This variable can be used to set a password for client * authentication on the commandline. Beware of platforms * that don't protect environment variables of processes etc. Also