gitlab-org--gitlab-foss/doc/gitlab-basics/create-your-ssh-keys.md
Evan Read 47fb1c5235 Remove consecutive blank lines from markdown files
For the sake of consistency, removes any extraneous
consecutive blank lines from the doc suite.
2019-02-18 09:36:13 +00:00

1.2 KiB

How to create your SSH Keys

  1. The first thing you need to do is go to your command line and follow the instructions to generate your SSH key pair.

  2. Once you do that, login to GitLab with your credentials.

  3. On the upper right corner, click on your avatar and go to your Profile settings.

    Profile settings dropdown

  4. Navigate to the SSH keys tab.

    SSH Keys

  5. Paste your public key that you generated in the first step in the 'Key' box.

    Paste SSH public key

  6. Optionally, give it a descriptive title so that you can recognize it in the event you add multiple keys.

    SSH key title

  7. Finally, click on Add key to add it to GitLab. You will be able to see its fingerprint, its title and creation date.

    SSH key single page

Note: Once you add a key, you cannot edit it, only remove it. In case the paste didn't work, you will have to remove the offending key and re-add it.


Congratulations! You are now ready to use Git over SSH, instead of Git over HTTP!