On 2026-01-12, [email protected] wrote: > What I do is to set a ServerAliveInterval in my ssh sessions.
I set it in .ssh/config with 2 other parameters
TCPKeepAlive yes
ServerAliveInterval 30
ServerAliveCountMax 360
See man ssh_config
On 2026-01-12, [email protected] wrote: > What I do is to set a ServerAliveInterval in my ssh sessions.
I set it in .ssh/config with 2 other parameters
TCPKeepAlive yes
ServerAliveInterval 30
ServerAliveCountMax 360
See man ssh_config