summaryrefslogtreecommitdiffhomepage
path: root/dropbearkey.c
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 /dropbearkey.c
parent4122cac66b139492d5b7fa6a1b8afcb1bfc529f7 (diff)
Default client key path ~/.ssh/id_dropbear
Diffstat (limited to 'dropbearkey.c')
-rw-r--r--dropbearkey.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dropbearkey.c b/dropbearkey.c
index 1eb4db2..7eb2f3f 100644
--- a/dropbearkey.c
+++ b/dropbearkey.c
@@ -76,7 +76,8 @@ static void printhelp(char * progname) {
#ifdef DROPBEAR_ECDSA
" ecdsa\n"
#endif
- "-f filename Use filename for the secret key\n"
+ "-f filename Use filename for the secret key.\n"
+ " ~/.ssh/id_dropbear is recommended for client keys.\n"
"-s bits Key size in bits, should be a multiple of 8 (optional)\n"
#ifdef DROPBEAR_DSS
" DSS has a fixed size of 1024 bits\n"