Skip to content

Instantly share code, notes, and snippets.

@fcaldarelli
Last active October 19, 2016 19:39
Show Gist options
  • Save fcaldarelli/ac1f3b736becf480db2904c45d62440e to your computer and use it in GitHub Desktop.
Save fcaldarelli/ac1f3b736becf480db2904c45d62440e to your computer and use it in GitHub Desktop.
SSH connection without timeout
ssh -o ServerAliveInterval=10 -p 22 user@host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment