1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

PuTTYgen's default hasn't been 1024 bits since 0.63.

(cherry picked from commit 9f9d72ec58)
This commit is contained in:
Jacob Nevins 2015-10-22 01:46:28 +01:00
parent 98c946966b
commit 7552ddb002

View File

@ -58,7 +58,7 @@ generate SSH-1 keys).
\dt \cw{\-b} \e{bits}
\dd Specify the size of the key to generate, in bits. Default is 1024.
\dd Specify the size of the key to generate, in bits. Default is 2048.
\dt \cw{\-q}
@ -173,9 +173,9 @@ To generate an SSH-2 RSA key pair and save it in PuTTY's own format
\c puttygen -t rsa -C "my home key" -o mykey.ppk
To generate a larger (2048-bit) key:
To generate a larger (4096-bit) key:
\c puttygen -t rsa -b 2048 -C "my home key" -o mykey.ppk
\c puttygen -t rsa -b 4096 -C "my home key" -o mykey.ppk
To change the passphrase on a key (you will be prompted for the old
and new passphrases):