digital ocean ssh prevent timeout code example
Example: increase ssh timeout
#Add these lines on sshd_config
ClientAliveInterval 120
ClientAliveCountMax 720
#Add these lines on sshd_config
ClientAliveInterval 120
ClientAliveCountMax 720