diff options
Diffstat (limited to 'doc/gitlab-basics/create-your-ssh-keys.md')
-rw-r--r-- | doc/gitlab-basics/create-your-ssh-keys.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/gitlab-basics/create-your-ssh-keys.md b/doc/gitlab-basics/create-your-ssh-keys.md index 98f2679c9d6..9b3431a5a42 100644 --- a/doc/gitlab-basics/create-your-ssh-keys.md +++ b/doc/gitlab-basics/create-your-ssh-keys.md @@ -1,14 +1,13 @@ --- type: howto --- - -# Create and add your SSH public key +# Create and add your SSH key pair It is best practice to use [Git over SSH instead of Git over HTTP](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols). In order to use SSH, you will need to: -1. [Create an SSH key pair](#creating-your-ssh-key-pair) on your local computer. -1. [Add the key to GitLab](#adding-your-ssh-public-key-to-gitlab). +1. Create an SSH key pair +1. Add your SSH public key to GitLab ## Creating your SSH key pair |