]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - doc/index.but
Stop supporting fallback between SSH versions.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 28 Mar 2016 19:23:57 +0000 (20:23 +0100)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 2 Apr 2016 11:46:04 +0000 (12:46 +0100)
commit16dfefcbdedb00354860adb32034ac0f3791833c
tree5aa2ce4399d876f31cc6963e90963b8b9c78c602
parent43f1aa01cd03eb8ab24cd61846fd4ef3ded883ba
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.
config.c
doc/config.but
doc/errors.but
doc/faq.but
doc/index.but
doc/using.but
putty.h
settings.c
ssh.c