mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-05 21:42:47 -05:00
Uppity: option to always send PK_OK / RSA1 challenge.
This allows me to deliberately provoke the conditions for the stale-pointer bug in the agent key list parsing.
This commit is contained in:
@ -16,6 +16,8 @@ struct SshServerConfig {
|
||||
|
||||
unsigned long ssh1_cipher_mask;
|
||||
bool ssh1_allow_compression;
|
||||
|
||||
bool stunt_pretend_to_accept_any_pubkey;
|
||||
};
|
||||
|
||||
Plug *ssh_server_plug(
|
||||
|
Reference in New Issue
Block a user