Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cat $HOME\.ssh\id_rsa.pub | clip

or in Git Bash:

Code Block
cat $HOME/.ssh/id_ed25519.pub | clip


Upload public SSH Key to Bitbucket:

...