One of my server computers shows a "broken pipe" message while I'm using SSH after 10 minutes even though I execute simulation program programmed with python3.5.
I tried
- Editing
sshd_config
andssh_config
files - Ignoring power-save mode
- Re-installing Ubuntu 16.04
- Using tmux for the simulation.
In addition, after the disconnection between the server and local client, I tried tmux attach command but it didn't work.
The most weird thing is only the one server shows this symptom. Other server works well without any broken pipe message.
What should I do?