1
0
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:
Jacob Nevins
2005-03-11 15:24:09 +00:00
parent ab659aac49
commit 1ddb28955c
3 changed files with 5 additions and 5 deletions

2
ssh.c
View File

@ -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 ||