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:
@ -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(
|
||||
|
Reference in New Issue
Block a user