]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
PSFTP was ignoring `-1' and `-2' and always using SSH-2 with fallback to
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 25 Jul 2004 16:10:48 +0000 (16:10 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 25 Jul 2004 16:10:48 +0000 (16:10 +0000)
commit55119c21670a0ddc604013f4321f3ffde073adff
treed49362cf68736f9077ee111017b9e12228668ad6
parentc2914f219115472f57af947406a1bf199c044276
PSFTP was ignoring `-1' and `-2' and always using SSH-2 with fallback to
SSH-1. It also ignored any settings forbidding fallback to SSH-1.

Ignoring `-1' and `-2' is hardly the end of the world, as it'd be difficult
to think of a realistic situation where fallback didn't do the right thing
and PSFTP was still useful. However, ignoring a user's `SSH-2 only' setting
was a bit rude.

[originally from svn r4357]
psftp.c