1CKEYGEN(1) CKEYGEN(1)
2
3
4
6 ckeygen - connect to SSH servers
7
9 ckeygen [-b bits] [-f filename] [-t type] [-C comment] [-N new
10 passphrase] [-P old passphrase] [-l] [-p] [-q] [-y] ckeygen --help
11
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 -y, --showpub
43 Read private key file and print public key.
44
45 --version
46 Display version number only.
47
49 Manipulate public/private keys in various ways. If no filename is
50 given, a file name will be requested interactively.
51
53 Written by Moshe Zadka, based on ckeygen's help messages
54
56 To report a bug, visit http://twistedmatrix.com/bugs/
57
59 Copyright © 2002-2008 Twisted Matrix Laboratories.
60 This is free software; see the source for copying conditions. There is
61 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
62 PURPOSE.
63
65 ssh(1), conch(1)
66
67
68
69 October 2002 CKEYGEN(1)