BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ca8639a4
Commit
ca8639a4
authored
Jan 05, 2016
by
Felix Eckhofer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify the key generation step
Users must not change the default filename or they will have to create a suitable .ssh/config which is out-of-scope here.
parent
d17945bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
README.md
doc/ssh/README.md
+3
-2
No files found.
doc/ssh/README.md
View file @
ca8639a4
...
...
@@ -20,8 +20,9 @@ To generate a new SSH key, use the following command:
ssh-keygen
-t
rsa
-C
"
$your_email
"
```
This command will prompt you for a location and filename to store the key
pair and for a password. When prompted for the location and filename, you
can press enter to use the default.
pair and for a password. When prompted for the location and filename, just
press enter to use the default. If you use a different name, the key will not
be used automatically.
Use the command below to show your public key:
```
bash
...
...
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