On Wed, 14 Aug 2019 at 04:02, Sebastien Marie <[email protected]> wrote:
[...]
> When I connect to ssh server and keep the shell running (without
> activity, no tmux with "moving" status bar due to date or loadavg),
> after some time (10min seems enough) if I start typing in the terminal,
> the first char is sent to server, and the connection reset. the client
> doesn't see the echo of the char (I know server has the char because on
> simple tmux session, when reattach, the char is present).
FWIW if this is caused by some kind inactivity timeout you can
mitigate it by enabling ServerAliveInterval in the ssh client or the
equivalent ClientAliveInterval in the sshdconfiguration.
--
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new)
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.