mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-30 16:30:29 -05:00
publickeyfile now an RFC
[originally from svn r6905] [this svn revision also touched putty-website]
This commit is contained in:
parent
27c50ee652
commit
908acc3adb
@ -95,8 +95,8 @@ be the standard SSH-1 key format, or PuTTY's own SSH-2 key format.
|
|||||||
|
|
||||||
\dd Save the public key only. For SSH-1 keys, the standard public key
|
\dd Save the public key only. For SSH-1 keys, the standard public key
|
||||||
format will be used (\q{\cw{1024 37 5698745}...}). For SSH-2 keys, the
|
format will be used (\q{\cw{1024 37 5698745}...}). For SSH-2 keys, the
|
||||||
public key will be output in the format specified in the IETF
|
public key will be output in the format specified by RFC 4716,
|
||||||
drafts, which is a multi-line text file beginning with the line
|
which is a multi-line text file beginning with the line
|
||||||
\q{\cw{---- BEGIN SSH2 PUBLIC KEY ----}}.
|
\q{\cw{---- BEGIN SSH2 PUBLIC KEY ----}}.
|
||||||
|
|
||||||
\dt \cw{public-openssh}
|
\dt \cw{public-openssh}
|
||||||
|
@ -291,8 +291,8 @@ will need to tell PuTTY to use for authentication (see
|
|||||||
|
|
||||||
\cfg{winhelp-topic}{puttygen.savepub}
|
\cfg{winhelp-topic}{puttygen.savepub}
|
||||||
|
|
||||||
The SSH-2 protocol drafts specify a \I{SSH-2 public key format}standard
|
RFC 4716 specifies a \I{SSH-2 public key format}standard format for
|
||||||
format for storing public keys on disk. Some SSH servers (such as
|
storing SSH-2 public keys on disk. Some SSH servers (such as
|
||||||
\i\cw{ssh.com}'s) require a public key in this format in order to accept
|
\i\cw{ssh.com}'s) require a public key in this format in order to accept
|
||||||
authentication with the corresponding private key. (Others, such as
|
authentication with the corresponding private key. (Others, such as
|
||||||
OpenSSH, use a different format; see \k{puttygen-pastekey}.)
|
OpenSSH, use a different format; see \k{puttygen-pastekey}.)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user