I am running ssh on a recently installed Debian squeeze server and every 2 minutes of inactivity i get kicked out from the server with the following message:
Write failed: Broken pipe
I tried changing the settings on /etc/ssh/ssh_config with no avail:
ServerAliveInterval 120 (i tried different values here)
then,
/etc/init.d/ssh restart
I do not want to modify anything client-side and also keep my server secure.
Thanks in advance