[originally from svn r6905]
[this svn revision also touched putty-website]
This commit is contained in:
Jacob Nevins 2006-11-15 12:56:48 +00:00
Родитель 27c50ee652
Коммит 908acc3adb
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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}

Просмотреть файл

@ -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}.)