Skip to content

Instantly share code, notes, and snippets.

@jtexp
Created July 24, 2015 22:45
Show Gist options
  • Save jtexp/9963fdf44fff97d9ad95 to your computer and use it in GitHub Desktop.
Save jtexp/9963fdf44fff97d9ad95 to your computer and use it in GitHub Desktop.
ssh tricks
~/.ssh/config
Host $name
Hostname .
Port #
IdentityFile .
ServerAliveInterval (s)
ServerAliveCountMax #
/etc/ssh/sshd_config
ClientAliveInterval (s)
ClientAliveCountMax (s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment