From: jacob Date: Sun, 13 Nov 2005 16:06:41 +0000 (+0000) Subject: r6437 broke the case where Pageant is running but contains no SSH-2 keys X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/94cd7c3a9121a0a77d0d682f6affb9c00bf695b5?hp=94cd7c3a9121a0a77d0d682f6affb9c00bf695b5 r6437 broke the case where Pageant is running but contains no SSH-2 keys that the SSH-2 server is happy with. Fixed, and since I'm here, fix `pubkeyfile-and-pageant' as well (for SSH-1 and SSH-2). Also, in SSH-2, we now reexamine "methods that can continue" for every Pageant key offer, which is technically more correct although it seems unlikely that it was causing any real problems. (It's not entirely pretty, but neither was the old code. We could probably do with some sort of abstraction for public/private keys to avoid carting lots of fiddly bits of data around.) git-svn-id: svn://svn.tartarus.org/sgt/putty@6459 cda61777-01e9-0310-a592-d414129be87e ---