mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 12:02:47 -05:00
Update docs for Ed25519 and ChaCha20-Poly1305.
This commit is contained in:
@ -72,7 +72,8 @@ For each key, the list box will tell you:
|
||||
\b The type of the key. Currently, this can be \c{ssh1} (an RSA key
|
||||
for use with the SSH-1 protocol), \c{ssh-rsa} (an RSA key for use
|
||||
with the SSH-2 protocol), \c{ssh-dss} (a DSA key for use with
|
||||
the SSH-2 protocol), or \c{ecdsa-sha2-*} (an ECDSA key for use with
|
||||
the SSH-2 protocol), \c{ecdsa-sha2-*} (an ECDSA key for use with
|
||||
the SSH-2 protocol), or \c{ssh-ed25519} (an Ed25519 key for use with
|
||||
the SSH-2 protocol).
|
||||
|
||||
\b The size (in bits) of the key.
|
||||
|
Reference in New Issue
Block a user