Created
January 18, 2023 20:59
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-keygen -t ed25519 -C "[email protected]" | |
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