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

Uppity: configurable list of SSH-1 ciphers to allow.

This commit is contained in:
Simon Tatham
2019-04-01 20:10:09 +01:00
parent bf661a7a2c
commit cbff2d1960
4 changed files with 35 additions and 4 deletions

View File

@ -13,6 +13,8 @@ struct SshServerConfig {
ptrlen kex_override[NKEXLIST];
bool exit_signal_numeric; /* mimic an old server bug */
unsigned long ssh1_cipher_mask;
};
Plug *ssh_server_plug(