From 7cb41bb2b2998e73cd2d336f1b6fd361b9947620 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 11 Jan 2005 13:24:47 +0000 Subject: [PATCH] Sun_SSH_1.0.1 also has BUG_SSH2_REKEY. git-svn-id: svn://svn.tartarus.org/sgt/putty@5094 cda61777-01e9-0310-a592-d414129be87e --- ssh.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssh.c b/ssh.c index f4b61542..6312d8a7 100644 --- a/ssh.c +++ b/ssh.c @@ -2139,7 +2139,8 @@ static void ssh_detect_bugs(Ssh ssh, char *vstring) if (ssh->cfg.sshbug_rekey2 == FORCE_ON || (ssh->cfg.sshbug_rekey2 == AUTO && - wc_match("Sun_SSH_1.0", imp))) { + (wc_match("Sun_SSH_1.0", imp) || + wc_match("Sun_SSH_1.0.1", imp)))) { /* * These versions have the SSH2 ignore-rekey bug. */ -- 2.11.0