Displaying 3 results from an estimated 3 matches for "hgot".
Did you mean:
got
2001 Apr 09
3
[PATCH]: Heartbeat/Watchdog Patch
...I've released a patch against openssh-2.5.2p2.
The patch adds heartbeat (keepalive) function to ssh(1),
and watchdog timeout function to sshd(8). The watchdog
timeout is intended to terminate user's processes
as soon as possible after the link has been lost.
http://www.ecip.tohoku.ac.jp/~hgot/sources/openssh-watchdog.html
The combination of the heartbeat and the watchdog timeout
is very useful for detecting link down over unreliable
connections, especially Wireless Networks.
We are using this patch in our wireless gateway.
I'm looking for other ssh clients which are capable of
sen...
2002 May 02
0
Request: Please incorporate Hideaki Gotos Watchdog patch into OpenSSH
Hello,
Hideaki Goto has written a patch for OpenSSH that adds heartbeat and watchdog
functions to OpenSSH:
http://www.sc.isc.tohoku.ac.jp/~hgot/sources/openssh-watchdog.html
The heartbeat function sends an SSH_MSG_IGNORE packet every <n> seconds to
the server, and the watchdog function checks incoming packets only to see if
the connection has been interrupted.
Where I work, all Internet connections go through an HTTPS proxy. Withou...
2002 Nov 25
2
[Bug 443] Ability to set KeepAlive time
...r 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
http://www.sc.isc.tohoku.ac.jp/~hgot/sources/openssh-watchdog.html
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.