Skip to content

Instantly share code, notes, and snippets.

@indraniel
Created January 18, 2023 20:59
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 indraniel/aaab893d816e33597f614524a3a7a087 to your computer and use it in GitHub Desktop.
Save indraniel/aaab893d816e33597f614524a3a7a087 to your computer and use it in GitHub Desktop.
example on how to use a custom ssh key for accessing a bitbucket repository
ssh-keygen -t ed25519 -C "information@food.com"
export GIT_SSH_COMMAND='ssh -i /Users/me/.ssh/id_ed25519_food_bitbucket -o IdentitiesOnly=yes'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment