Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-10 14:02:57 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-10 14:02:57 +0400
commit6a90378daedcba7efc167cdfa0e1ac7306809391 (patch)
tree67fe5799dec06f417ccc7441edc01df2dce7e8c1 /app
parent1ab91d889d4ef149d5a9da772764c9bf07d81768 (diff)
parent166177751650e648f8cc7ccafbd87c7923994b75 (diff)
Merge branch 'key-generation' of /home/git/repositories/gitlab/gitlabhq
Diffstat (limited to 'app')
-rw-r--r--app/views/help/ssh.html.haml7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/help/ssh.html.haml b/app/views/help/ssh.html.haml
index 72a21b89cab..773e490ef80 100644
--- a/app/views/help/ssh.html.haml
+++ b/app/views/help/ssh.html.haml
@@ -5,18 +5,13 @@
SSH key allows you to establish a secure connection between your computer and GitLab
%p.slead
- To generate a new SSH key just open your terminal and use code below.
+ To generate a new SSH key just open your terminal and use code below. Press enter to accept the defaults when generating the key.
%pre.dark
ssh-keygen -t rsa -C "#{current_user.email}"
- \# Creates a new ssh key using the provided email
- \# Generating public/private rsa key pair...
-
%p.slead
Next just use code below to dump your public key and add to GitLab SSH Keys
%pre.dark
cat ~/.ssh/id_rsa.pub
-
- \# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6eNtGpNGwstc....