Tera Term, Unexpected SSH2 message(80) on current stage(6) [was Re: SAP-2015-3-1 issues]

IWAMOTO Kouichi sue at iwmt.org
Fri Apr 10 05:45:56 AEST 2015


On Wed, 08 Apr 2015 21:28:53 -0500
Bryan Drewery <bryan at shatow.net> wrote:

> This patch fixes it in OpenSSH for me:
> 
> https://people.freebsd.org/~bdrewery/patches/ttssh-host-keys.diff

In this change, hostkey rotation is not used if Tera Term supports it in future.
Could you change a modification to the compat.c as follows?

--- compat.c.orig	2015-03-17 14:49:20.000000000 +0900
+++ compat.c	2015-04-09 18:35:16.000000000 +0900
@@ -167,6 +167,17 @@
 					SSH_BUG_SCANNER },
 		{ "Probe-*",
 					SSH_BUG_PROBE },
+		{ "TTSSH/1.5.*,"
+		  "TeraTerm SSH*,"
+		  "TTSSH/2.1*,"
+		  "TTSSH/2.2*,"
+		  "TTSSH/2.3*,"
+		  "TTSSH/2.4*,"
+		  "TTSSH/2.5*,"
+		  "TTSSH/2.6*,"
+		  "TTSSH/2.70*,"
+		  "TTSSH/2.71*,"
+		  "TTSSH/2.72*",	SSH_BUG_HOSTKEYS },
 		{ NULL,			0 }
 	};
 

-- 
IWAMOTO Kouichi (sue at iwmt.org/sue at postfix.jp/sue at TeraTerm.Net)


More information about the openssh-unix-dev mailing list