]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ssh.c
Make it clearer which protocol version various bugs apply to.
[PuTTY.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 41ef92faedb7224992b98ae372a6cda1c2a21ac0..828b1ce8ef8f9d0ba8e9924cf8fefd6956839db3 100644 (file)
--- 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 ||