]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add have_ssh_host_key() and use it to influence algorithm selection.
authorBen Harris <bjh21@bjh21.me.uk>
Fri, 29 May 2015 21:40:50 +0000 (22:40 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 30 May 2015 00:01:36 +0000 (01:01 +0100)
commitd21041f7f8846b16ff6d72ed696d6190627e19b4
tree19777e656f17429c75a0923b9e6e7ba55d0c1171
parente222db14ff28482b668baf7c21bb415f29e6df58
Add have_ssh_host_key() and use it to influence algorithm selection.

The general plan is that if PuTTY knows a host key for a server, it
should preferentially ask for the same type of key so that there's some
chance of actually getting the same key again.  This should mean that
when a server (or PuTTY) adds a new host key type, PuTTY doesn't
gratuitously switch to that key type and then warn the user about an
unrecognised key.
putty.h
ssh.c
unix/uxstore.c
windows/winstore.c