I recently changed internet provider - still using the same router/modem - but my ssh sessions keep dropping now.
e.g.,
client_loop: send disconnect: Broken pipe
My ssh config file has the following
Host *
ServerAliveInterval 300
ServerAliveCountMax 4
which has been working perfectly until I changed providers.
Is there something else I need to update?
For further context, my actual internet connection is stable and does not drop out at the same time as the ssh connection.