Skip to content

Instantly share code, notes, and snippets.

@drawcode
Created February 12, 2017 08:36
Show Gist options
  • Save drawcode/0297574b7ffda256c7abae1ec31193ce to your computer and use it in GitHub Desktop.
Save drawcode/0297574b7ffda256c7abae1ec31193ce to your computer and use it in GitHub Desktop.
ssh add list
If there is still issue around access after creating SSH and adding it in your Bitbucket account or wherever, you need to do the below on GitBash, OSX or Linux:
ssh-add -l
Then, if you don't see your key listed, add it with:
ssh-add ~/.ssh/identity
This worked for me.
ssh-add ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment