bugzilla-daemon at bugzilla.mindrot.org
2010-Feb-09 21:08 UTC
[Bug 1712] New: partial server keep-alive implementation for SSH1
https://bugzilla.mindrot.org/show_bug.cgi?id=1712 Summary: partial server keep-alive implementation for SSH1 Product: Portable OpenSSH Version: 5.3p1 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy: cjwatson at debian.org Created an attachment (id=1791) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1791) ServerAliveInterval support for SSH1 Yes, I know, SSH1 ... in my partial defence, I made this change in 2004 at a friend's request, when it was marginally less obsolete than it is today. Still, I feel bad about letting the patch sit only in Debian forever, so I feel obliged to send this up here! The attached patch adds partial support for ServerAliveInterval in SSH1. ServerAliveCountMax doesn't work (and is documented as such) because we don't get a response to SSH_MSG_IGNORE, but I think this is as good as it's possible to get. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
Maybe Matching Threads
- [Bug 1712] partial server keep-alive implementation for SSH1
- "ServerAliveInterval" and "ServerAliveCountMax" doesnt work in openssh50?
- ssh client does not timeout if the network fails after ssh_connect but before ssh_exchange_identification, even with Alive options set
- [Bug 1465] New: "ServerAliveInterval" and "ServerAliveCountMax" doesnt work in openssh50?
- Tip for SSH users with connection unexpectedly closed troubles