diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-01-24 00:05:26 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-01-24 00:05:26 +0800 |
commit | 6165f53fcd6be9bb06fc3cd29e8640bb14d95111 (patch) | |
tree | 3319421458308184edfd0bdd945be7d62c299b87 /options.h | |
parent | 4122cac66b139492d5b7fa6a1b8afcb1bfc529f7 (diff) |
Default client key path ~/.ssh/id_dropbear
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -211,6 +211,10 @@ much traffic. */ #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 |