Document Actions
My ssh connections are dying / freezing.
Up to Table of Contents
How to prevent your ssh connections from dying / freezing.
If your ssh connections more or less randomly are dying / freezing, try to add the following to your local ~/.ssh/config file:
ServerAliveCountMax 3 ServerAliveInterval 10
(local means that you need to make these changes to your computer, not on stallo)
The above config is for OpenSSH, if you're using PUTTY you can take a look here for a similar solution.

