]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - doc/config.but
Configurable preference list for SSH host key types.
authorSimon Tatham <anakin@pobox.com>
Fri, 25 Mar 2016 15:56:31 +0000 (15:56 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 25 Mar 2016 16:32:17 +0000 (16:32 +0000)
commitd06098622ce0d7dbbf29185dcdae8ed8a4c99823
tree8124115b317bcae6e057763eee856d9e999d1fc0
parent28f67586f568a3ec0388f58b5a87fa5cfed1a637
Configurable preference list for SSH host key types.

Now we actually have enough of them to worry about, and especially
since some of the types we support are approved by organisations that
people might make their own decisions about whether to trust, it seems
worth having a config list for host keys the same way we have one for
kex types and ciphers.

To make room for this, I've created an SSH > Host Keys config panel,
and moved the existing host-key related configuration (manually
specified fingerprints) into there from the Kex panel.
config.c
doc/config.but
putty.h
settings.c
ssh.c
windows/winhelp.h