Skip to content
Snippets Groups Projects
Commit e25c297c authored by Matt Johnston's avatar Matt Johnston
Browse files

Document ~/.ssh/id_dropbear

parent a7a79d56
No related merge requests found
...@@ -33,7 +33,7 @@ Identity file. ...@@ -33,7 +33,7 @@ Identity file.
Read the identity key from file Read the identity key from file
.I idfile .I idfile
(multiple allowed). This file is created with dropbearkey(1) or converted (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 .TP
.B \-L [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR .B \-L [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR
Local port forwarding. Local port forwarding.
......
...@@ -39,9 +39,9 @@ or ...@@ -39,9 +39,9 @@ or
An existing Dropbear or OpenSSH private key file An existing Dropbear or OpenSSH private key file
.TP .TP
.B output file .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 .SH EXAMPLE
# dropbearconvert openssh dropbear ~/.ssh/id_rsa ~/.ssh/dropbear_priv # dropbearconvert openssh dropbear ~/.ssh/id_rsa ~/.ssh/id_dropbear
.SH AUTHOR .SH AUTHOR
Matt Johnston (matt@ucc.asn.au). Matt Johnston (matt@ucc.asn.au).
.SH SEE ALSO .SH SEE ALSO
......
...@@ -33,7 +33,7 @@ or ...@@ -33,7 +33,7 @@ or
.TP .TP
.B \-f \fIfile .B \-f \fIfile
Write the secret key to the file Write the secret key to the file
.IR file . .IR file . For client authentication ~/.ssh/id_dropbear is loaded by default
.TP .TP
.B \-s \fIbits .B \-s \fIbits
Set the key size to Set the key size to
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment