1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-07 06:22:47 -05:00

Uppity: option to disallow SSH-1 compression.

With this and the ciphers, I think we've now got the full range of
SSH-1 config options (such as they are) that correspond to varying the
KEXINIT strings in SSH-2.
This commit is contained in:
Simon Tatham
2019-04-01 20:15:49 +01:00
parent cbff2d1960
commit f9e2c7b1fe
3 changed files with 6 additions and 1 deletions

View File

@ -15,6 +15,7 @@ struct SshServerConfig {
bool exit_signal_numeric; /* mimic an old server bug */
unsigned long ssh1_cipher_mask;
bool ssh1_allow_compression;
};
Plug *ssh_server_plug(