At any rate, it's a really simple fix and it requires the creation/editing of a local user ssh config file.
vi~/.ssh/config
Add lines:
Host * ServerAliveInterval 60
Save and Exit.
Just tweak some permissions and you'll be good to go.
chmod 600 ~/.ssh/configThat's pretty much it.
Details: http://www.kehlet.cx/articles/129.html