From e73f8713812b912b3b0244e99b6a18b9422a2d4d Mon Sep 17 00:00:00 2001 From: Sanad Liaquat Date: Fri, 15 Mar 2019 11:52:39 +0500 Subject: Add Load testing script for artillery.io Also add rake tasks that makes use of existing performance data genertion task. --- doc/gitlab-basics/create-your-ssh-keys.md | 39 ++++++++++++++------- doc/gitlab-basics/img/profile_settings.png | Bin 0 -> 2842 bytes .../img/profile_settings_ssh_keys.png | Bin 0 -> 16531 bytes .../img/profile_settings_ssh_keys_paste_pub.png | Bin 0 -> 13436 bytes .../img/profile_settings_ssh_keys_title.png | Bin 0 -> 1867 bytes 5 files changed, 26 insertions(+), 13 deletions(-) create mode 100644 doc/gitlab-basics/img/profile_settings.png create mode 100644 doc/gitlab-basics/img/profile_settings_ssh_keys.png create mode 100644 doc/gitlab-basics/img/profile_settings_ssh_keys_paste_pub.png create mode 100644 doc/gitlab-basics/img/profile_settings_ssh_keys_title.png (limited to 'doc/gitlab-basics') diff --git a/doc/gitlab-basics/create-your-ssh-keys.md b/doc/gitlab-basics/create-your-ssh-keys.md index 8fecdc6948e..da7853d7d34 100644 --- a/doc/gitlab-basics/create-your-ssh-keys.md +++ b/doc/gitlab-basics/create-your-ssh-keys.md @@ -1,22 +1,35 @@ -# How to create your SSH keys +# 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. +1. Go to your [command line](start-using-git.md) and follow the [instructions](../ssh/README.md) to generate your SSH key pair. -## Creating your SSH keys +1. Log in to GitLab with your credentials. +1. In the upper-right corner, click your avatar and then click **Settings**. + + ![Profile settings dropdown](img/profile_settings.png) + +1. Navigate to the **SSH keys** tab. + + ![SSH Keys](img/profile_settings_ssh_keys.png) + +1. Paste your **public** key that you generated in the first step in the 'Key' + box. + + ![Paste SSH public key](img/profile_settings_ssh_keys_paste_pub.png) -1. Go to your [command line](start-using-git.md) and follow the [instructions](../ssh/README.md) to generate your SSH key pair. -1. Log in to GitLab. -1. In the upper-right corner, click your avatar and select **Settings**. -1. On the **User Settings** menu, select **SSH keys**. -1. Paste the **public** key generated in the first step in the **Key** - text field. 1. Optionally, give it a descriptive title so that you can recognize it in the event you add multiple keys. -1. Finally, click the **Add key** button to add it to GitLab. You will be able to see + + ![SSH key title](img/profile_settings_ssh_keys_title.png) + +1. Finally, click **Add key** to add it to GitLab. You will be able to see its fingerprint, title, and creation date. ![SSH key single page](img/profile_settings_ssh_keys_single_key.png) -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. +>**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! diff --git a/doc/gitlab-basics/img/profile_settings.png b/doc/gitlab-basics/img/profile_settings.png new file mode 100644 index 00000000000..b91b698fb18 Binary files /dev/null and b/doc/gitlab-basics/img/profile_settings.png differ diff --git a/doc/gitlab-basics/img/profile_settings_ssh_keys.png b/doc/gitlab-basics/img/profile_settings_ssh_keys.png new file mode 100644 index 00000000000..8ac603a2af9 Binary files /dev/null and b/doc/gitlab-basics/img/profile_settings_ssh_keys.png differ diff --git a/doc/gitlab-basics/img/profile_settings_ssh_keys_paste_pub.png b/doc/gitlab-basics/img/profile_settings_ssh_keys_paste_pub.png new file mode 100644 index 00000000000..0b1c64a72f3 Binary files /dev/null and b/doc/gitlab-basics/img/profile_settings_ssh_keys_paste_pub.png differ diff --git a/doc/gitlab-basics/img/profile_settings_ssh_keys_title.png b/doc/gitlab-basics/img/profile_settings_ssh_keys_title.png new file mode 100644 index 00000000000..02ca0bf7478 Binary files /dev/null and b/doc/gitlab-basics/img/profile_settings_ssh_keys_title.png differ -- cgit v1.2.1