1CKEYGEN(1)                                                          CKEYGEN(1)
2
3
4

NAME

6       ckeygen - manipulate public/private keys
7

SYNOPSIS

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

DESCRIPTION

13       The --help prints out a usage message to standard output.
14
15       -b, --bits <bits>
16              Number of bits in the key to create (default: 1024)
17
18       -f, --filename <file name>
19              Filename of the key file.
20
21       -t, --type <type>
22              Type of key (rsa or dsa).
23
24       -C, --comment <comment>
25              Provide a new comment.
26
27       -N, --newpass <pass phrase>
28              Provide new passphrase.
29
30       -P, --pass <pass phrase>
31              Provide old passphrase.
32
33       -l, --fingerprint
34              Show fingerprint of key file.
35
36       -p, --changepass
37              Change passphrase of private key file.
38
39       -q, --quiet
40              Be quiet.
41
42       --no-passphrase
43              Create the key with no passphrase.
44
45       -y, --showpub
46              Read private key file and print public key.
47
48       --version
49              Display version number only.
50

DESCRIPTION

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

AUTHOR

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

REPORTING BUGS

59       To report a bug, visit https://twistedmatrix.com/trac/
60
62       Copyright © 2002-2020 Twisted Matrix Laboratories.
63       This is free software; see the source for copying conditions.  There is
64       NO warranty; not even for MERCHANTABILITY or FITNESS FOR  A  PARTICULAR
65       PURPOSE.
66

SEE ALSO

68       ssh(1), conch(1)
69
70
71
72                                 October 2002                       CKEYGEN(1)
Impressum