January 2018
Beginner
658 pages
13h 10m
English
Now before going ahead, we'll use the clear command to clear the Terminal output and get our SSH key on Heroku, kind of like what we did with GitHub, only this time we can do it via the command line. So it's going to be a lot easier. In order to add our local keys to Heroku, we'll run the heroku keys:add command. This will scan our SSH directory and add the key up:
heroku keys:add
Here you can see it found a key the id_rsa.pub file: Would you like to upload it to Heroku?.

Type Yes and hit enter:

Now we have our key ...