DOKK / manpages / debian 10 / python-twisted-core / ckeygen.1.en
CKEYGEN(1) CKEYGEN(1)

ckeygen - manipulate public/private keys

ckeygen [-b bits] [-f filename] [-t type] [-C comment] [-N new passphrase] [-P old passphrase] [-l] [-p] [-q] [-y]

The --help prints out a usage message to standard output.

Number of bits in the key to create (default: 1024)
Filename of the key file.
Type of key (rsa or dsa).
Provide a new comment.
Provide new passphrase.
Provide old passphrase.
Show fingerprint of key file.
Change passphrase of private key file.
Be quiet.
Create the key with no passphrase.
Read private key file and print public key.
Display version number only.

Manipulate public/private keys in various ways. If no filename is given, a file name will be requested interactively.

Written by Moshe Zadka, based on ckeygen's help messages

To report a bug, visit http://twistedmatrix.com/trac/

Copyright © 2002-2011 Twisted Matrix Laboratories.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

ssh(1), conch(1)

October 2002