Query: dropbearkey
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
dropbearkey(8) System Manager's Manual dropbearkey(8)NAMEdropbearkey - create private keys for the use with dropbear(8)SYNOPSISdropbearkey -t type -f file [-s bits] [-y]DESCRIPTIONdropbearkey 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). -y Just print the publickey and fingerprint for the private key in file.EXAMPLEgenerate a host-key: # dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key extract a public key suitable for authorized_keys from private key: # dropbearkey -y -f id_rsa | grep "^ssh-rsa " >> authorized_keysAUTHORMatt Johnston (matt@ucc.asn.au). Gerrit Pape (pape@smarden.org) wrote this manual page.SEE ALSOdropbear(8), dbclient(1) http://matt.ucc.asn.au/dropbear/dropbear.html dropbearkey(8)
Related Man Pages |
---|
ssh-keygen(1) - opensolaris |
ssh-keygen(1) - redhat |
ckeygen(1) - debian |
dropbear(8) - debian |
ssh-keygen(1) - sunos |
Similar Topics in the Unix Linux Community |
---|
SSH Help |
sftp is asking password |
help with private keys (blocs) extraction from file |
SSH w/ command in authorized_keys apparently needs pty |
SSH key issue |