Differences From Artifact [a29c21327c]:
- File ssh.c — part of check-in [a46b1af183] at 2005-01-11 07:24:47 on branch trunk — Sun_SSH_1.0.1 also has BUG_SSH2_REKEY. (user: ben size: 236256)
To Artifact [4187db6f24]:
- File ssh.c — part of check-in [885c74ec18] at 2005-01-11 09:33:35 on branch trunk — Bah, I left a rogue event log entry lying around. (user: simon size: 236222)
| ︙ | |||
5339 5340 5341 5342 5343 5344 5345 | 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 | - |
ssh->next_rekey =
schedule_timer(ssh->cfg.ssh_rekey_time*60*TICKSPERSEC,
ssh2_timer, ssh);
}
goto wait_for_rekey; /* this is utterly horrid */
} else {
logeventf(ssh, "Initiating key re-exchange (%s)", (char *)in);
|
| ︙ |