dropbearkey(8) - Linux man page
Name
dropbearkey - create private keys for the use with dropbear(8)Synopsis
dropbearkey -t type -f file [-s bits]Description
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_keyAuthor
Matt Johnston (matt@ucc.asn.au).Gerrit Pape (pape@smarden.org) wrote this manual page.