Skip to content

Instantly share code, notes, and snippets.

@alexej-d
Last active November 28, 2017 10:09
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 alexej-d/730874958c1a531ae61c8f9869c74199 to your computer and use it in GitHub Desktop.
Save alexej-d/730874958c1a531ae61c8f9869c74199 to your computer and use it in GitHub Desktop.
Set up SSH deployment key for Bitbucket
ssh-keygen # generate key, follow instructions
cat ~/.ssh/id_rsa.pub # add output to bitbucket repository
# test if everything went fine
ssh -T git@bitbucket.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment