Skip to content

Instantly share code, notes, and snippets.

@teohm
Created August 15, 2013 09:18
Show Gist options
  • Save teohm/6239510 to your computer and use it in GitHub Desktop.
Save teohm/6239510 to your computer and use it in GitHub Desktop.
to prevent long running capistrano from ssh connection timeout
# sudo vi /etc/ssh/sshd_config
ClientAliveInterval 18
ClientAliveCountMax 100
# sudo service ssh restart
# exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment