debian-mirror-gitlab/doc/gitlab-basics/create-your-ssh-keys.md

23 lines
852 B
Markdown
Raw Normal View History

2019-09-04 21:01:54 +05:30
# Create and add your SSH public key
2015-09-11 14:41:01 +05:30
2019-09-04 21:01:54 +05:30
This topic describes how to:
2015-09-11 14:41:01 +05:30
2019-09-04 21:01:54 +05:30
- Create an SSH key pair to use with GitLab.
- Add the SSH public key to your GitLab account.
2015-09-11 14:41:01 +05:30
2019-09-04 21:01:54 +05:30
You do this to use [Git over SSH instead of Git over HTTP](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols).
2015-09-11 14:41:01 +05:30
2019-09-04 21:01:54 +05:30
## Creating your SSH key pair
1. Go to your [command line](start-using-git.md).
1. Follow the [instructions](../ssh/README.md#generating-a-new-ssh-key-pair) to generate your SSH key pair.
## Adding your SSH public key to GitLab
To add the SSH public key to GitLab,
see [Adding an SSH key to your GitLab account](../ssh/README.md#adding-an-ssh-key-to-your-gitlab-account).
2015-09-11 14:41:01 +05:30
2019-07-07 11:18:12 +05:30
NOTE: **Note:**
Once you add a key, you cannot edit it. If the paste
2019-09-04 21:01:54 +05:30
[didn't work](../ssh/README.md#testing-that-everything-is-set-up-correctly), you need to remove the key and re-add it.