Skip to content

Instantly share code, notes, and snippets.

@ngstigator
Created July 31, 2017 14:42
Show Gist options
  • Save ngstigator/73da127a949bf2836cfd59bc489e877a to your computer and use it in GitHub Desktop.
Save ngstigator/73da127a949bf2836cfd59bc489e877a to your computer and use it in GitHub Desktop.
SSH config deploy key
Host github-{repo}
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa_{deploy_key}
`git remote add origin github-{repo}:username/repo.git`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment