Skip to content

Instantly share code, notes, and snippets.

@sinpaout
Created October 27, 2019 23:53
Show Gist options
  • Save sinpaout/30505e16b16f44e3ef694a80dbd5b602 to your computer and use it in GitHub Desktop.
Save sinpaout/30505e16b16f44e3ef694a80dbd5b602 to your computer and use it in GitHub Desktop.
ssh config for github
ServerAliveInterval 30
ServerAliveCountMax 120
Host github github.com
HostName github.com
IdentityFile path/to/rsa/file
User git
Port 22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment