Skip to content
Snippets Groups Projects
Commit 0f950e92 authored by Mark HOEBEKE's avatar Mark HOEBEKE
Browse files

Finished the HTTP and SSH related sections.

parent aaa6eae5
No related branches found
No related tags found
1 merge request!4Finished first version of git-remote content.
......@@ -60,10 +60,12 @@ An example of how to generate a key pair and view the public key is given in the
![gitlabssh.gif](./media/gitlabssh.gif)
This contents has to be copied to the GitLab SSH Key management page, accessible in the left panel of the User Settings page which can be displayed using `Edit profile` in the menu below the user badge (upper left corner).
The following screencast shows how to ![add an SSH key in GitLab](./media/gitlab-ssh.mp4)
[This screencast](./media/gitlab-ssh.mp4) shows how to add an SSH key to GitLab
The SSH private key must be present in the correct location on each machine (laptop, workstation) that will be used to access the GitLab repository. It is recommended to generate a key pair on each machine and to add each public key to GitLab. It avoids having multiple copies of a private key, and also allows to track which machine was used to access the repository.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment