1dropbearkey(8)              System Manager's Manual             dropbearkey(8)
2
3
4

NAME

6       dropbearkey - create private keys for the use with dropbear(8)
7

SYNOPSIS

9       dropbearkey -t type -f file [-s bits]
10

DESCRIPTION

12       dropbearkey generates a RSA or DSS format SSH private key, and saves it
13       to a file for the use with the dropbear(8) SSH  2  server.   Note  that
14       some  SSH  implementations  use  the term "DSA" rather than "DSS", they
15       mean the same thing.
16

OPTIONS

18       -t type
19              Type of key to generate.  Must be one of rsa or dss.
20
21       -f file
22              Write the secret key to the file file.
23
24       -s bits
25              Set the  key  size  to  bits  bits,  should  be  multiple  of  8
26              (optional).
27

EXAMPLE

29        # dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
30

AUTHOR

32       Matt Johnston (matt@ucc.asn.au).
33       Gerrit Pape (pape@smarden.org) wrote this manual page.
34

SEE ALSO

36       dropbear(8), dbclient(1)
37
38       http://matt.ucc.asn.au/dropbear/dropbear.html
39
40
41
42                                                                dropbearkey(8)
Impressum