Skip to content

Instantly share code, notes, and snippets.

@skvggor
Last active August 29, 2015 13:59
Show Gist options
  • Save skvggor/10654381 to your computer and use it in GitHub Desktop.
Save skvggor/10654381 to your computer and use it in GitHub Desktop.
Heroku configurations and commands.
# Create ssh key [public/private] (e.g. heroku_apps and heroku_apps.pub)
ssh-keygen -t rsa
# Adds private key identities to the authentication agent
ssh-add ~/.ssh/heroku_apps
# "-l" - lists fingerprints of all identities currently represented by the agent.
ssh-add -l
heroku keys:add
##########################
# Create an app
heroku apps:create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment