| jportela ( @ 2010-04-04 08:22 pm UTC |
| Entry tags: | dreamhacks |
You should only try this command in your *nix based computer (*not* on the ssh connection to the dreamhack account, as it won't work):
echo -e "ServerAliveInterval 15\nServerAliveCountMax 3" >> ~/.ssh/config
If you are likely to use different machines to access your dreamhack account, then you can set it on the dreamhack server as this:echo -e "KeepAlive yes\nClientAliveInterval 60" >> ~/.ssh/config
And in Putty you have to change the parameter:
Seconds between keepalives, in the Connection Setup tab, to 15
For credits on the solutions, just browse the replies below :)
