X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ssh.c;h=828b1ce8ef8f9d0ba8e9924cf8fefd6956839db3;hb=1ddb28955ca069aabb558d32e781258fcdbd3f4e;hp=41ef92faedb7224992b98ae372a6cda1c2a21ac0;hpb=ab659aac49d42dbad505bd6a34556df2ec94ec7f;p=PuTTY.git diff --git a/ssh.c b/ssh.c index 41ef92fa..828b1ce8 100644 --- a/ssh.c +++ b/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 ||