~0x44/nova/config-drive

« back to all changes in this revision

Viewing changes to vendor/Twisted-10.0.0/doc/conch/man/ckeygen.1

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH CKEYGEN "1" "October 2002" "" ""
 
2
.SH NAME
 
3
ckeygen \- connect to SSH servers
 
4
.SH SYNOPSIS
 
5
.B ckeygen [-b \fIbits\fR] [-f \fIfilename\fR] [-t \fItype\fR]
 
6
.B [-C \fIcomment\fR] [-N \fInew passphrase\fR] [-P \fIold passphrase\fR]
 
7
.B [-l] [-p] [-q] [-y]
 
8
.B ckeygen --help
 
9
.SH DESCRIPTION
 
10
.PP
 
11
The \fB\--help\fR prints out a usage message to standard output.
 
12
.TP
 
13
\fB-b\fR, \fB--bits\fR <bits>
 
14
Number of bits in the key to create (default: 1024)
 
15
.TP
 
16
\fB-f\fR, \fB--filename\fR <file name>
 
17
Filename of the key file.
 
18
.TP
 
19
\fB-t\fR, \fB--type\fR <type>
 
20
Type of key (rsa or dsa).
 
21
.TP
 
22
\fB-C\fR, \fB--comment\fR <comment>
 
23
Provide a new comment.
 
24
.TP
 
25
\fB-N\fR, \fB--newpass\fR <pass phrase>
 
26
Provide new passphrase.
 
27
.TP
 
28
\fB-P\fR, \fB--pass\fR <pass phrase>
 
29
Provide old passphrase.
 
30
.TP
 
31
\fB-l\fR, \fB--fingerprint\fR
 
32
Show fingerprint of key file.
 
33
.TP
 
34
\fB-p\fR, \fB--changepass\fR
 
35
Change passphrase of private key file.
 
36
.TP
 
37
\fB-q\fR, \fB--quiet\fR
 
38
Be quiet.
 
39
.TP
 
40
\fB-y\fR, \fB--showpub\fR
 
41
Read private key file and print public key.
 
42
.TP
 
43
\fB--version\fR
 
44
Display version number only.
 
45
.SH DESCRIPTION
 
46
Manipulate public/private keys in various ways.
 
47
If no filename is given, a file name will be requested interactively.
 
48
.SH AUTHOR
 
49
Written by Moshe Zadka, based on ckeygen's help messages
 
50
.SH "REPORTING BUGS"
 
51
To report a bug, visit \fIhttp://twistedmatrix.com/bugs/\fR
 
52
.SH COPYRIGHT
 
53
Copyright \(co 2002-2008 Twisted Matrix Laboratories.
 
54
.br
 
55
This is free software; see the source for copying conditions.  There is NO
 
56
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
57
.SH "SEE ALSO"
 
58
ssh(1), conch(1)