search for: ssh_packet_need_rekeying

Displaying 2 results from an estimated 2 matches for "ssh_packet_need_rekeying".

2023 Jan 19
4
[Bug 3524] New: Rekey interval timeout not working when no package is being transfered
...eceived. I tried by ssh -v, and saw even through it reached timeout limit, still rekeying was not happening until I press any key from keyboard. Found in Version: 8.9, 8.4. Proposed fix: I see there is a check to ensure number of packets should be more than 0, before rekey timeout check inside ssh_packet_need_rekeying func in packet.c. Just by moving rekey timeout based check before number of packets check we can fix it. I have opened a pull request against portable openssh: https://github.com/openssh/openssh-portable/pull/372 I have attached the patch as well. -- You are receiving this mail because: You are...
2016 Feb 12
22
Call for testing: OpenSSH 7.2
Hi, OpenSSH 7.2 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains many bugfixes and several new features. The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is available via Git at https://anongit.mindrot.org/openssh.git/ or via a mirror on Github at