Do you have TCP KeepAlive set on your ssh session client? If not, try adding the following to your ssh config (if OpenSSH);
TCPKeepAlive yes
ServerAliveInterval 120
ServerAliveCountMax 2
You should also set up TBB ping monitors for each end to see if there are connectivity issues.
Edited by caffn8me (Tue 12-Mar-19 21:26:41)