mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Stop supporting fallback between SSH versions.
The UI now only has "1" and "2" options for SSH protocol version, which behave like the old "1 only" and "2 only" options; old SSH-N-with-fallback settings are interpreted as SSH-N-only. This prevents any attempt at a protocol downgrade attack. Most users should see no difference; those poor souls who still have to work with SSH-1 equipment now have to explicitly opt in.
This commit is contained in:
@ -64,7 +64,11 @@ files into PuTTY's format.
|
||||
Yes. SSH-1 support has always been available in PuTTY.
|
||||
|
||||
However, the SSH-1 protocol has many weaknesses and is no longer
|
||||
considered secure; it should be avoided if at all possible.
|
||||
considered secure; you should use SSH-2 instead if at all possible.
|
||||
|
||||
\#{XXX-REVIEW-BEFORE-RELEASE:
|
||||
As of 0.68, PuTTY will no longer fall back to SSH-1 if the server
|
||||
doesn't appear to support SSH-2; you must explicitly ask for SSH-1. }
|
||||
|
||||
\S{faq-localecho}{Question} Does PuTTY support \i{local echo}?
|
||||
|
||||
|
Reference in New Issue
Block a user