Last Updated: February 25, 2016
·
472
· silvercorp

Add id_rsa to Heroku

  1. Open a terminal
  2. Write in the terminal: ssh-keygen -t rsa
  3. Name the file like: id_rsa.pub
  4. heroku keys:add ~/.ssh/id_rsa.pub

Done!