From e25c297c3ccd396d0c3d41bd7e7d079c528d6353 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Wed, 28 Jan 2015 22:22:32 +0800
Subject: [PATCH] Document ~/.ssh/id_dropbear

---
 dbclient.1        | 2 +-
 dropbearconvert.1 | 4 ++--
 dropbearkey.1     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dbclient.1 b/dbclient.1
index 4502b237..cf9c6477 100644
--- a/dbclient.1
+++ b/dbclient.1
@@ -33,7 +33,7 @@ Identity file.
 Read the identity key from file
 .I idfile
 (multiple allowed). This file is created with dropbearkey(1) or converted
-from OpenSSH with dropbearconvert(1).
+from OpenSSH with dropbearconvert(1). The default path ~/.ssh/id_dropbear is used
 .TP
 .B \-L [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR
 Local port forwarding.
diff --git a/dropbearconvert.1 b/dropbearconvert.1
index 4643f5f9..b2f34ef5 100644
--- a/dropbearconvert.1
+++ b/dropbearconvert.1
@@ -39,9 +39,9 @@ or
 An existing Dropbear or OpenSSH private key file
 .TP
 .B output file
-The path to write the converted private key file
+The path to write the converted private key file. For client authentication ~/.ssh/id_dropbear is loaded by default
 .SH EXAMPLE
- # dropbearconvert openssh dropbear ~/.ssh/id_rsa ~/.ssh/dropbear_priv
+ # dropbearconvert openssh dropbear ~/.ssh/id_rsa ~/.ssh/id_dropbear
 .SH AUTHOR
 Matt Johnston (matt@ucc.asn.au).
 .SH SEE ALSO
diff --git a/dropbearkey.1 b/dropbearkey.1
index 207a6fef..b4d202ee 100644
--- a/dropbearkey.1
+++ b/dropbearkey.1
@@ -33,7 +33,7 @@ or
 .TP
 .B \-f \fIfile
 Write the secret key to the file
-.IR file .
+.IR file . For client authentication ~/.ssh/id_dropbear is loaded by default
 .TP
 .B \-s \fIbits
 Set the key size to
-- 
GitLab