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. */