My linux terminal is not responding after time
I was doing well with my linode server back in days but after rebooted my server yesterday and ssh into my server using linux terminal it seem that i can do some task but after few minutes or sometimes my terminal stop responding since i can't type anything on my terminal .i have researched in many difference sources looking for the solution of that problem with no success please help me! Thanks in advance .
2 Replies
When you don't type or the command doesn't output a for some time, the server might close your session.
You can try increasing the ServerAliveInterval
time on your SSH client.
You can also increase the ClientAliveInterval
time on your server so it applies to all clients where you will be connecting from, but I wouldn't do that.