summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/create-your-ssh-keys.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-09-06 23:44:26 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-09-06 23:44:26 +0200
commit6952a6d76f9421c1238b052b49c8959453bf195c (patch)
treef154db7f0b67a709aea14034bf375a47fd77e386 /doc/gitlab-basics/create-your-ssh-keys.md
parent1e042ac251119c5e3b0ef8e76f3a6d9420fba98b (diff)
downloadgitlab-ce-docs/refactor-ssh-keys.tar.gz
First take on refactoring the SSH keys docsdocs/refactor-ssh-keys
- 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
Diffstat (limited to 'doc/gitlab-basics/create-your-ssh-keys.md')
-rw-r--r--doc/gitlab-basics/create-your-ssh-keys.md34
1 files changed, 1 insertions, 33 deletions
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).