nova/vendor/Twisted-10.0.0/doc/conch/man/ckeygen-man.html
2010-05-27 23:05:26 -07:00

107 lines
3.2 KiB
HTML

<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Twisted Documentation: CKEYGEN.1</title>
<link href="../howto/stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
<body bgcolor="white">
<h1 class="title">CKEYGEN.1</h1>
<div class="toc"><ol><li><a href="#auto0">NAME</a></li><li><a href="#auto1">SYNOPSIS</a></li><li><a href="#auto2">DESCRIPTION</a></li><li><a href="#auto3">DESCRIPTION</a></li><li><a href="#auto4">AUTHOR</a></li><li><a href="#auto5">REPORTING BUGS</a></li><li><a href="#auto6">COPYRIGHT</a></li><li><a href="#auto7">SEE ALSO</a></li></ol></div>
<div class="content">
<span/>
<h2>NAME<a name="auto0"/></h2>
<p>ckeygen - connect to SSH servers
</p>
<h2>SYNOPSIS<a name="auto1"/></h2>
<p><strong>ckeygen</strong> [-b <em>bits</em>] [-f <em>filename</em>] [-t <em>type</em>]<strong>[-C</strong> <em>comment</em>] [-N <em>new passphrase</em>] [-P <em>old passphrase</em>]<strong>[-l]</strong> [-p] [-q] [-y]<strong>ckeygen</strong> --help</p>
<h2>DESCRIPTION<a name="auto2"/></h2>
<p>The <strong>--help</strong> prints out a usage message to standard output.
<dl><dt><strong>-b</strong>, <strong>--bits</strong> &lt;bits&gt;
</dt><dd>Number of bits in the key to create (default: 1024)
</dd>
<dt><strong>-f</strong>, <strong>--filename</strong> &lt;file name&gt;
</dt><dd>Filename of the key file.
</dd>
<dt><strong>-t</strong>, <strong>--type</strong> &lt;type&gt;
</dt><dd>Type of key (rsa or dsa).
</dd>
<dt><strong>-C</strong>, <strong>--comment</strong> &lt;comment&gt;
</dt><dd>Provide a new comment.
</dd>
<dt><strong>-N</strong>, <strong>--newpass</strong> &lt;pass phrase&gt;
</dt><dd>Provide new passphrase.
</dd>
<dt><strong>-P</strong>, <strong>--pass</strong> &lt;pass phrase&gt;
</dt><dd>Provide old passphrase.
</dd>
<dt><strong>-l</strong>, <strong>--fingerprint</strong>
</dt><dd>Show fingerprint of key file.
</dd>
<dt><strong>-p</strong>, <strong>--changepass</strong>
</dt><dd>Change passphrase of private key file.
</dd>
<dt><strong>-q</strong>, <strong>--quiet</strong>
</dt><dd>Be quiet.
</dd>
<dt><strong>-y</strong>, <strong>--showpub</strong>
</dt><dd>Read private key file and print public key.
</dd>
<dt><strong>--version</strong>
</dt><dd>Display version number only.
</dd>
</dl>
</p>
<h2>DESCRIPTION<a name="auto3"/></h2>
<p>Manipulate public/private keys in various ways.
If no filename is given, a file name will be requested interactively.
</p>
<h2>AUTHOR<a name="auto4"/></h2>
<p>Written by Moshe Zadka, based on ckeygen's help messages
</p>
<h2>REPORTING BUGS<a name="auto5"/></h2>
<p>To report a bug, visit <em>http://twistedmatrix.com/bugs/</em>
</p>
<h2>COPYRIGHT<a name="auto6"/></h2>
<p>Copyright © 2002-2008 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.
</p>
<h2>SEE ALSO<a name="auto7"/></h2>
<p>ssh(1), conch(1)
</p>
</div>
<p><a href="../howto/index.html">Index</a></p>
<span class="version">Version: 10.0.0</span>
</body>
</html>