debian-mirror-gitlab/doc/gitlab-basics/create-your-ssh-keys.md
2019-07-07 11:18:12 +05:30

978 B

How to create your SSH keys

This topic describes how to create SSH keys. You do this to use Git over SSH instead of Git over HTTP.

Creating your SSH keys

  1. Go to your command line and follow the instructions to generate your SSH key pair.

  2. Log in to GitLab.

  3. In the upper-right corner, click your avatar and select Settings.

  4. On the User Settings menu, select SSH keys.

  5. Paste the public key generated in the first step in the Key text field.

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

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

    SSH key single page

NOTE: Note: Once you add a key, you cannot edit it. If the paste didn't work, you need to remove the offending key and re-add it.