On Wed, 08 Apr 2015 21:28:53 -0500 Bryan Drewery <bryan@xxxxxxxxxx> 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@xxxxxxxx/sue@xxxxxxxxxx/sue@xxxxxxxxxxxx) _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev