mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Sun_SSH_1.0.1 also has BUG_SSH2_REKEY.
[originally from svn r5094]
This commit is contained in:
parent
a29dea954c
commit
a16d64ee49
3
ssh.c
3
ssh.c
@ -2139,7 +2139,8 @@ static void ssh_detect_bugs(Ssh ssh, char *vstring)
|
|||||||
|
|
||||||
if (ssh->cfg.sshbug_rekey2 == FORCE_ON ||
|
if (ssh->cfg.sshbug_rekey2 == FORCE_ON ||
|
||||||
(ssh->cfg.sshbug_rekey2 == AUTO &&
|
(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.
|
* These versions have the SSH2 ignore-rekey bug.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user