1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Sun_SSH_1.0.1 also has BUG_SSH2_REKEY.

[originally from svn r5094]
This commit is contained in:
Ben Harris 2005-01-11 13:24:47 +00:00
parent a29dea954c
commit a16d64ee49

3
ssh.c
View File

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