]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
publickeyfile now an RFC
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 15 Nov 2006 12:56:48 +0000 (12:56 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 15 Nov 2006 12:56:48 +0000 (12:56 +0000)
[originally from svn r6905]
[this svn revision also touched putty-website]

doc/man-pg.but
doc/pubkey.but

index f0cb89b43a16bb09111a9b820a80dab52c235252..dd51d4d15f162e0477508aeb9209157b3ecdfcba 100644 (file)
@@ -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
 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
-drafts, which is a multi-line text file beginning with the line
+public key will be output in the format specified by RFC 4716,
+which is a multi-line text file beginning with the line
 \q{\cw{---- BEGIN SSH2 PUBLIC KEY ----}}.
 
 \dt \cw{public-openssh}
index f1223a4f7ee08ede8717a61396df82a5611c398f..db4431c50b51760784615b0629fb7851f3ca7e2d 100644 (file)
@@ -291,8 +291,8 @@ will need to tell PuTTY to use for authentication (see
 
 \cfg{winhelp-topic}{puttygen.savepub}
 
-The SSH-2 protocol drafts specify a \I{SSH-2 public key format}standard
-format for storing public keys on disk. Some SSH servers (such as
+RFC 4716 specifies a \I{SSH-2 public key format}standard format for
+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
 authentication with the corresponding private key. (Others, such as
 OpenSSH, use a different format; see \k{puttygen-pastekey}.)