mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-16 12:03:03 -05:00
The specific SSH cipher algorithms supported by PuTTY weren't listed anywhere
in the documentation. Added some detail - feel free to tweak. [originally from svn r3284]
This commit is contained in:
parent
a00efa525a
commit
91061abf04
@ -1,4 +1,4 @@
|
|||||||
\versionid $Id: config.but,v 1.64 2003/05/07 12:07:23 simon Exp $
|
\versionid $Id: config.but,v 1.65 2003/06/21 20:21:29 jacob Exp $
|
||||||
|
|
||||||
\C{config} Configuring PuTTY
|
\C{config} Configuring PuTTY
|
||||||
|
|
||||||
@ -1804,6 +1804,16 @@ you make an SSH connection, PuTTY will search down the list from the
|
|||||||
top until it finds an algorithm supported by the server, and then
|
top until it finds an algorithm supported by the server, and then
|
||||||
use that.
|
use that.
|
||||||
|
|
||||||
|
PuTTY currently supports the following algorithms:
|
||||||
|
|
||||||
|
\b AES (Rijndael) - 256, 192, or 128-bit CBC (SSH-2 only)
|
||||||
|
|
||||||
|
\b Blowfish - 128-bit CBC
|
||||||
|
|
||||||
|
\b Triple-DES - 168-bit CBC
|
||||||
|
|
||||||
|
\b Single-DES - 56-bit CBC (see below for SSH-2)
|
||||||
|
|
||||||
If the algorithm PuTTY finds is below the \q{warn below here} line,
|
If the algorithm PuTTY finds is below the \q{warn below here} line,
|
||||||
you will see a warning box when you make the connection:
|
you will see a warning box when you make the connection:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user