Skip to content

Instantly share code, notes, and snippets.

@helmerdavila
Created June 8, 2018 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helmerdavila/4398c33694c42673d130e3919358fbae to your computer and use it in GitHub Desktop.
Save helmerdavila/4398c33694c42673d130e3919358fbae to your computer and use it in GitHub Desktop.
Keep alive the ssh session
ssh -o TCPKeepAlive=yes -o ServerAliveInternal=100 -i {YOUR_KEY} user@server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment