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.

Thanks my boss i set ServerAliveInterval to 30 sec and seem to work..Thanks again

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct