Skip to content

Instantly share code, notes, and snippets.

@jrm2k6
Created June 24, 2013 16:30
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 jrm2k6/5851412 to your computer and use it in GitHub Desktop.
Save jrm2k6/5851412 to your computer and use it in GitHub Desktop.
Host heroku
Hostname heroku.com
User git
IdentityFile ~/.ssh/id_rsa_heroku
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = https://github.com/heroku/node-js-sample.git
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "heroku"]
url = git@heroku:murmuring-garden-2361.git
fetch = +refs/heads/*:refs/remotes/heroku/*
ubuntu@ip-172-31-40-49:~/node-js-sample$ ssh-add -l
2048 ab:05:50:bc:4e:d0:3d:a7:82:27:cc:82:5b:f1:05:62 /Users/prezideveloper/.ssh/id_rsa (RSA)
2048 94:12:22:6a:34:14:91:f7:12:cc:73:9b:97:c6:92:76 /home/ubuntu/.ssh/id_rsa_heroku (RSA)
ubuntu@ip-172-31-40-49:~/node-js-sample$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment