Displaying 2 results from an estimated 2 matches for "danfuzz".
2002 Nov 25
0
[Bug 443] New: Ability to set KeepAlive time
...KeepAlive time
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: danfuzz at milk.com
I currently have to deal with a (arguably broken) firewall which likes to drop
connections that have been idle for more than a couple minutes. Unfortunately,
while ssh gives me the option of using keepalives, it doesn't give me a way to
set the keepalive time, and, since the defau...
2002 Nov 25
2
[Bug 443] Ability to set KeepAlive time
http://bugzilla.mindrot.org/show_bug.cgi?id=443
------- Additional Comments From dtucker at zip.com.au 2002-11-25 14:37 -------
The "KeepAlive" option enables TCP_KEEPALIVE on the socket which uses a
system-wide setting (normally 2 hours according to Stevens.)
There is a "Heartbeat" patch for openssh which does what you want, see