Content-type: text/html
Manpage of dropbearkey
dropbearkey
Section: Maintenance Commands (8)
Index
Return to Main Contents
NAME
dropbearkey - create private keys for the use with dropbear(8)
SYNOPSIS
dropbearkey
-t
type
-f
file
[-s
bits]
DESCRIPTION
dropbearkey
generates a
RSA
or
DSS
format SSH private key, and saves it to a file for the use with the
dropbear(8)
SSH 2 server.
Note that
some SSH implementations
use the term "DSA" rather than "DSS", they mean the same thing.
OPTIONS
- -t type
-
Type of key to generate.
Must be one of
rsa
or
dss.
- -f file
-
Write the secret key to the file
file.
- -s bits
-
Set the key size to
bits
bits, should be multiple of 8 (optional).
EXAMPLE
# dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
AUTHOR
Matt Johnston (matt@ucc.asn.au).
Gerrit Pape (pape@smarden.org) wrote this manual page.
SEE ALSO
dropbear(8), dbclient(1)
http://matt.ucc.asn.au/dropbear/dropbear.html
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- EXAMPLE
-
- AUTHOR
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 07:48:33 GMT, June 07, 2009