mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
cmdgen: Fix docs and usage messages.
Some new cert-related stuff wasn't documented in the usage message and/or man page; and the longer-standing "-E fptype" was entirely omitted from the usage message.
This commit is contained in:
parent
25ac012c40
commit
4af8a585e7
4
cmdgen.c
4
cmdgen.c
@ -130,13 +130,17 @@ void help(void)
|
|||||||
" public RFC 4716 / ssh.com public key\n"
|
" public RFC 4716 / ssh.com public key\n"
|
||||||
" public-openssh OpenSSH public key\n"
|
" public-openssh OpenSSH public key\n"
|
||||||
" fingerprint output the key fingerprint\n"
|
" fingerprint output the key fingerprint\n"
|
||||||
|
" cert-info print certificate information\n"
|
||||||
" text output the key components as "
|
" text output the key components as "
|
||||||
"'name=0x####'\n"
|
"'name=0x####'\n"
|
||||||
" -o specify output file\n"
|
" -o specify output file\n"
|
||||||
" -l equivalent to `-O fingerprint'\n"
|
" -l equivalent to `-O fingerprint'\n"
|
||||||
" -L equivalent to `-O public-openssh'\n"
|
" -L equivalent to `-O public-openssh'\n"
|
||||||
" -p equivalent to `-O public'\n"
|
" -p equivalent to `-O public'\n"
|
||||||
|
" --cert-info equivalent to `-O cert-info'\n"
|
||||||
" --dump equivalent to `-O text'\n"
|
" --dump equivalent to `-O text'\n"
|
||||||
|
" -E fptype specify fingerprint output type:\n"
|
||||||
|
" sha256, md5, sha256-cert, md5-cert\n"
|
||||||
" --certificate file incorporate a certificate into the key\n"
|
" --certificate file incorporate a certificate into the key\n"
|
||||||
" --remove-certificate remove any certificate from the key\n"
|
" --remove-certificate remove any certificate from the key\n"
|
||||||
" --reencrypt load a key and save it with fresh "
|
" --reencrypt load a key and save it with fresh "
|
||||||
|
@ -12,10 +12,12 @@
|
|||||||
\e bbbbbbbb iiiiiii bb iiiiiii bb iiii bbbbbbbb iiiiii bb
|
\e bbbbbbbb iiiiiii bb iiiiiii bb iiii bbbbbbbb iiiiii bb
|
||||||
\c [ -C new-comment ] [ -P ] [ --reencrypt ]
|
\c [ -C new-comment ] [ -P ] [ --reencrypt ]
|
||||||
\e bb iiiiiiiiiii bb bbbbbbbbbbb
|
\e bb iiiiiiiiiii bb bbbbbbbbbbb
|
||||||
\c [ -O output-type | -l | -L | -p | --dump ] [ -E fptype ]
|
\c [ --certificate cert-file | --remove-certificate ]
|
||||||
\e bb iiiiiiiiiii bb bb bb bbbbbb bb iiiiii
|
\e bbbbbbbbbbbbb iiiiiiiii bbbbbbbbbbbbbbbbbbbb
|
||||||
\c [ --ppk-param key=value,... ]
|
\c [ -O output-type | -l | -L | -p | --dump | --cert-info ]
|
||||||
\e bbbbbbbbbbb iiibiiiiib
|
\e bb iiiiiiiiiii bb bb bb bbbbbb bbbbbbbbbbb
|
||||||
|
\c [ --ppk-param key=value,... | -E fptype ]
|
||||||
|
\e bbbbbbbbbbb iiibiiiiib bb iiiiii
|
||||||
\c [ -o output-file ]
|
\c [ -o output-file ]
|
||||||
\e bb iiiiiiiiiii
|
\e bb iiiiiiiiiii
|
||||||
|
|
||||||
@ -58,8 +60,9 @@ ssh.com's implementation.
|
|||||||
|
|
||||||
You can also specify a file containing only a \e{public} key here.
|
You can also specify a file containing only a \e{public} key here.
|
||||||
The operations you can do are limited to outputting another public
|
The operations you can do are limited to outputting another public
|
||||||
key format or a fingerprint. Public keys can be in RFC 4716 or
|
key format (possibly removing an attached certificate first), or a
|
||||||
OpenSSH format, or the standard SSH-1 format.
|
fingerprint. Public keys can be in RFC 4716 or OpenSSH format, or
|
||||||
|
the standard SSH-1 format.
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -148,7 +151,8 @@ modifying an existing key.
|
|||||||
\dd Adds an OpenSSH-style certificate to the public half of the key,
|
\dd Adds an OpenSSH-style certificate to the public half of the key,
|
||||||
so that the output file contains a certified public key with the same
|
so that the output file contains a certified public key with the same
|
||||||
private key. If the input file already contained a certificate, it
|
private key. If the input file already contained a certificate, it
|
||||||
will be replaced with the new one.
|
will be replaced with the new one. (Use \cq{-} to read a certificate
|
||||||
|
from standard input.)
|
||||||
|
|
||||||
\dt \cw{\-\-remove\-certificate}
|
\dt \cw{\-\-remove\-certificate}
|
||||||
|
|
||||||
@ -288,8 +292,9 @@ SSH.
|
|||||||
|
|
||||||
\lcont{
|
\lcont{
|
||||||
The output consists of a series of \cw{name=value} lines, where each
|
The output consists of a series of \cw{name=value} lines, where each
|
||||||
\c{value} is either a C-like string literal in double quotes, or a
|
\c{value} is either a C-like string literal in double quotes, a
|
||||||
hexadecimal number starting with \cw{0x...}
|
hexadecimal number starting with \cw{0x...}, or a binary blob
|
||||||
|
encoded with base64, denoted by \cw{b64("...")}.
|
||||||
}
|
}
|
||||||
|
|
||||||
If no output type is specified, the default is \c{private}.
|
If no output type is specified, the default is \c{private}.
|
||||||
@ -302,8 +307,9 @@ If no output type is specified, the default is \c{private}.
|
|||||||
this option is not specified, \c{puttygen} will assume you want to
|
this option is not specified, \c{puttygen} will assume you want to
|
||||||
overwrite the original file if the input and output file types are
|
overwrite the original file if the input and output file types are
|
||||||
the same (changing a comment or passphrase), and will assume you
|
the same (changing a comment or passphrase), and will assume you
|
||||||
want to output to stdout if you are asking for a public key or
|
want to output to stdout if you are asking for a public key,
|
||||||
fingerprint. Otherwise, the \c{\-o} option is required.
|
fingerprint, or one of the textual dump types. Otherwise, the
|
||||||
|
\c{\-o} option is required.
|
||||||
|
|
||||||
\dt \cw{\-l}
|
\dt \cw{\-l}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user