I tried to run my jar file on server with following command
java -Jar file.jar
I often get write fialed: broken pipe if my client computer go sleep and resume later.
I want to solve this problem based on this page. But, the ssh_configure file has read only permission and I cannot save the following line in it.
Host *
ServerAliveInterval 120
I want to know how can I change the context of this file.