Skip to content

Instantly share code, notes, and snippets.

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 zhooravell/04338e23b4c0b76df4209def7947d023 to your computer and use it in GitHub Desktop.
Save zhooravell/04338e23b4c0b76df4209def7947d023 to your computer and use it in GitHub Desktop.
Fedora + bitbucket ssh
nano ~/.ssh/config
Host bitbucket.org
Hostname bitbucket.org
IdentityFile ~/.ssh/id_rsa
PubkeyAcceptedKeyTypes=+ssh-rsa
chmod 700 ~/.ssh/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment