SSH: Avoid session timeout from the client

Step 1 

Edit file ~/.ssh/config to  send the alive packet every 30 seconds to the server for 1000 times.

vim ~/.ssh/config

ServerAliveInterval 30
ServerAliveCountMax 1000


Comments