From 6952a6d76f9421c1238b052b49c8959453bf195c Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 6 Sep 2016 23:44:26 +0200 Subject: First take on refactoring the SSH keys docs - Split ssh/README.md to user/profile/ssh_keys.md and user/project/deploy_keys.md - Deprecate gitlab-basics/create-your-ssh-keys.md and move its info in user/profile/ssh_keys.md - Change links in views --- doc/gitlab-basics/README.md | 2 +- doc/gitlab-basics/basicsimages/add_sshkey.png | Bin 1394 -> 0 bytes doc/gitlab-basics/basicsimages/key.png | Bin 1177 -> 0 bytes doc/gitlab-basics/basicsimages/paste_sshkey.png | Bin 7699 -> 0 bytes doc/gitlab-basics/basicsimages/shh_keys.png | Bin 4782 -> 0 bytes doc/gitlab-basics/create-your-ssh-keys.md | 34 +----------------------- 6 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 doc/gitlab-basics/basicsimages/add_sshkey.png delete mode 100644 doc/gitlab-basics/basicsimages/key.png delete mode 100644 doc/gitlab-basics/basicsimages/paste_sshkey.png delete mode 100644 doc/gitlab-basics/basicsimages/shh_keys.png (limited to 'doc/gitlab-basics') diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md index 3aa83975ace..baa59ecef37 100644 --- a/doc/gitlab-basics/README.md +++ b/doc/gitlab-basics/README.md @@ -3,7 +3,7 @@ Step-by-step guides on the basics of working with Git and GitLab. - [Start using Git on the command line](start-using-git.md) -- [Create and add your SSH Keys](create-your-ssh-keys.md) +- [Create and add your SSH Keys](../user/profile/ssh_keys.md) - [Command Line basics](command-line-commands.md) - [Create a project](create-project.md) - [Create a group](create-group.md) diff --git a/doc/gitlab-basics/basicsimages/add_sshkey.png b/doc/gitlab-basics/basicsimages/add_sshkey.png deleted file mode 100644 index 89c86018629..00000000000 Binary files a/doc/gitlab-basics/basicsimages/add_sshkey.png and /dev/null differ diff --git a/doc/gitlab-basics/basicsimages/key.png b/doc/gitlab-basics/basicsimages/key.png deleted file mode 100644 index 04400173ce8..00000000000 Binary files a/doc/gitlab-basics/basicsimages/key.png and /dev/null differ diff --git a/doc/gitlab-basics/basicsimages/paste_sshkey.png b/doc/gitlab-basics/basicsimages/paste_sshkey.png deleted file mode 100644 index 578ebee4440..00000000000 Binary files a/doc/gitlab-basics/basicsimages/paste_sshkey.png and /dev/null differ diff --git a/doc/gitlab-basics/basicsimages/shh_keys.png b/doc/gitlab-basics/basicsimages/shh_keys.png deleted file mode 100644 index c87f11a9d3d..00000000000 Binary files a/doc/gitlab-basics/basicsimages/shh_keys.png and /dev/null differ diff --git a/doc/gitlab-basics/create-your-ssh-keys.md b/doc/gitlab-basics/create-your-ssh-keys.md index f31c353f2cf..4c36fa3f4a8 100644 --- a/doc/gitlab-basics/create-your-ssh-keys.md +++ b/doc/gitlab-basics/create-your-ssh-keys.md @@ -1,33 +1 @@ -# How to create your SSH Keys - -You need to connect your computer to your GitLab account through SSH Keys. They are unique for every computer that you link your GitLab account with. - -## Generate your SSH Key - -Create an account on GitLab. Sign up and check your email for your confirmation link. - -After you confirm, go to GitLab and sign in to your account. - -## Add your SSH Key - -On the left side menu, click on "profile settings" and then click on "SSH Keys": - -![SSH Keys](basicsimages/shh_keys.png) - -Then click on the green button "Add SSH Key": - -![Add SSH Key](basicsimages/add_sshkey.png) - -There, you should paste the SSH Key that your command line will generate for you. Below you'll find the steps to generate it: - -![Paste SSH Key](basicsimages/paste_sshkey.png) - -## To generate an SSH Key on your command line - -Go to your [command line](start-using-git.md) and follow the [instructions](../ssh/README.md) to generate it. - -Copy the SSH Key that your command line created and paste it on the "Key" box on the GitLab page. The title will be added automatically. - -![Paste SSH Key](basicsimages/key.png) - -Now, you'll be able to use Git over SSH, instead of Git over HTTP. +This document was moved to [user/profile/ssh_keys](../user/profile/ssh_keys.md). -- cgit v1.2.1