
dropbearkey
List of commands for dropbearkey:
-
dropbearkey:tldr:7f8f8 dropbearkey: Generate an SSH key of [t]ype RSA with 4096-bit key [s]ize and write it to key [f]ile.$ dropbearkey -t ${rsa} -s ${4096} -f ${path-to-key_file}try on your machineexplain this command
-
dropbearkey:tldr:c94df dropbearkey: Print the private key fingerprint and public key in key [f]ile.$ dropbearkey -y -f ${path-to-key_file}try on your machineexplain this command
-
dropbearkey:tldr:e6abd dropbearkey: Generate an SSH key of [t]ype ed25519 and write it to key [f]ile.$ dropbearkey -t ${ed25519} -f ${path-to-key_file}try on your machineexplain this command