Skip to content
Snippets Groups Projects
Commit 16617775 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

The comments make it hard to copy paste commands. If you paste the whole line it fails.

parent 845b98ec
Branches
Tags
1 merge request!1Fix Links To Gitlab Cloud
Loading
@@ -5,18 +5,13 @@
Loading
@@ -5,18 +5,13 @@
SSH key allows you to establish a secure connection between your computer and GitLab SSH key allows you to establish a secure connection between your computer and GitLab
   
%p.slead %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 %pre.dark
ssh-keygen -t rsa -C "#{current_user.email}" 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 %p.slead
Next just use code below to dump your public key and add to GitLab SSH Keys Next just use code below to dump your public key and add to GitLab SSH Keys
   
%pre.dark %pre.dark
cat ~/.ssh/id_rsa.pub cat ~/.ssh/id_rsa.pub
\# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6eNtGpNGwstc....
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment