Re: Getting dbclient to time out when network goes down with reverse proxy usage

2014-07-08 Thread Matt Johnston
On Fri, Jul 04, 2014 at 03:57:09AM -0700, Jesse Molina wrote: > > Note that I have "ClientAliveInterval 15" set on the sshd_config > server side. I would expect dropbear to count this traffic towards > -I. > > Without -I above, it took my device 18 minutes to figure out that I > had pulled the ne

Re: TOS byte on port forwarding-only connections

2014-07-08 Thread Matt Johnston
On Fri, Jul 04, 2014 at 02:59:09AM -0400, Catalin Patulea wrote: > 'ssh -Lx:x:x cat' is a workaround, albeit ugly. Ideally I would like > 'ssh -N -Lx:x:x' to also trigger IPTOS_BULK. > > I think for that I could start the connection at LOWDELAY, then reduce > to BULK until the first pty session, t