it:ad:ssh:howto:create_a_public_private_key_using_git_gui

IT:AD:SSH:HowTo:Create a Public/Private Key Using Git Gui

BitBucket and Git both offer communication over HTTPS and SSH.

SSH is less chatty and more secure.

But before you can do that, you need to create a public/private key pair, and give the public key to Git/Bitbucket.

There are two ways of doing it.

Doing it manually is recommended.

On Windows:

  • It will show the public key (not the private key):

  • Note that even if there are two keys, it will show the default id_* one (TODO:why?)

If there was no public/private id_* key (even if there is the github_ ones), you could easily have generated a new one:

Configure SSH to use the right Key

It's useful to associate to each target, which key to use.

Not sure how this is done, if not done the manual way:

Associate SSH to Bash
  • /home/skysigal/public_html/data/pages/it/ad/ssh/howto/create_a_public_private_key_using_git_gui.txt
  • Last modified: 2023/11/04 01:58
  • by 127.0.0.1