mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Make it clearer which protocol version various bugs apply to.
[originally from svn r5490]
This commit is contained in:
2
ssh.c
2
ssh.c
@ -2112,7 +2112,7 @@ static void ssh_detect_bugs(Ssh ssh, char *vstring)
|
||||
* an AUTH_RSA message.
|
||||
*/
|
||||
ssh->remote_bugs |= BUG_CHOKES_ON_RSA;
|
||||
logevent("We believe remote version can't handle RSA authentication");
|
||||
logevent("We believe remote version can't handle SSH-1 RSA authentication");
|
||||
}
|
||||
|
||||
if (ssh->cfg.sshbug_hmac2 == FORCE_ON ||
|
||||
|
Reference in New Issue
Block a user