Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7623554a
Commit
7623554a
authored
Feb 05, 2021
by
Mike Jang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sselhorn-redirect-ssh-topic' into 'master'
Redirecting SSH topic See merge request gitlab-org/gitlab!53422
parents
86d12bd1
69abecdc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
27 deletions
+5
-27
doc/gitlab-basics/README.md
doc/gitlab-basics/README.md
+1
-1
doc/gitlab-basics/create-your-ssh-keys.md
doc/gitlab-basics/create-your-ssh-keys.md
+4
-26
No files found.
doc/gitlab-basics/README.md
View file @
7623554a
...
...
@@ -21,7 +21,7 @@ This documentation is split into the following groups:
The following are guides to basic GitLab functionality:
-
[
Create and add your SSH public key
](
create-your-ssh-keys
.md
)
, for enabling Git over SSH.
-
[
Create and add your SSH public key
](
../ssh/README
.md
)
, for enabling Git over SSH.
-
[
Create a project
](
create-project.md
)
, to start using GitLab.
-
[
Create a group
](
../user/group/index.md#create-a-new-group
)
, to combine and administer
projects together.
...
...
doc/gitlab-basics/create-your-ssh-keys.md
View file @
7623554a
---
stage
:
Create
group
:
Source Code
info
:
"
To
determine
the
technical
writer
assigned
to
the
Stage/Group
associated
with
this
page,
see
https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments"
type
:
howto
redirect_to
:
'
../ssh/README.md'
---
# Create and add your SSH key pair
This document was moved to
[
another location
](
../ssh/README.md
)
.
It's best practice to use
[
Git over SSH instead of Git over HTTP
](
https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols
)
.
In order to use SSH, you need to:
1.
Create an SSH key pair
1.
Add your SSH public key to GitLab
## Creating your SSH key pair
1.
Go to your
[
command line
](
start-using-git.md#command-shell
)
.
1.
Follow the
[
instructions
](
../ssh/README.md#generating-a-new-ssh-key-pair
)
to generate
your SSH key pair.
## Adding your SSH public key to GitLab
To add the SSH public key to GitLab, see
[
Adding an SSH key to your GitLab account
](
../ssh/README.md#adding-an-ssh-key-to-your-gitlab-account
)
.
NOTE:
Once you add a key, you can't edit it. If it did not paste properly, it
[
will not work
](
../ssh/README.md#testing-that-everything-is-set-up-correctly
)
, and
you need to remove the key from GitLab and try adding it again.
<!-- This redirect file can be deleted after <2021-07-04>
. -->
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment