mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Document ~/.ssh/id_dropbear
This commit is contained in:
parent
a7a79d569a
commit
e25c297c3c
@ -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
|
|||||||
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
|
|||||||
.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
|
||||||
|
Loading…
Reference in New Issue
Block a user