summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-01-24 00:05:26 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-01-24 00:05:26 +0800
commit6165f53fcd6be9bb06fc3cd29e8640bb14d95111 (patch)
tree3319421458308184edfd0bdd945be7d62c299b87 /options.h
parent4122cac66b139492d5b7fa6a1b8afcb1bfc529f7 (diff)
Default client key path ~/.ssh/id_dropbear
Diffstat (limited to 'options.h')
-rw-r--r--options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/options.h b/options.h
index 213ba04..644ec72 100644
--- a/options.h
+++ b/options.h
@@ -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