Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
courses
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R3
school
courses
Merge requests
!134
[release] Regular merge of develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[release] Regular merge of develop
develop
into
master
Overview
0
Commits
44
Pipelines
1
Changes
1
Merged
cylon-x
requested to merge
develop
into
master
2 years ago
Overview
0
Commits
44
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
5db28b3f
Prev
Next
Show latest version
1 file
+
17
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
5db28b3f
verify ssh connection
· 5db28b3f
Laurent Heirendt
authored
2 years ago
2022/2022-06-07_git-trilogy-part-2/slides/ssh.md
+
17
−
2
Options
@@ -41,5 +41,20 @@ Now, let's move to GitLab https://gitlab.lcsb.uni.lu/
-
In the
**Key**
box, paste the copied public key. Make sure it starts with
*ssh-ed25519*
and finishes with your e-mail.
-
In the
**Title**
box, type a description, like
*Work Laptop*
.
<br>
<center>
<img
height=
"400px"
src=
"slides/img/addSSH.png"
>
</center>
\ No newline at end of file
<img
width=
"60%"
src=
"slides/img/addSSH.png"
>
</center>
# Key-based authentication
Verify that you connect by typing in the Terminal of VS code:
```
bash
ssh
-p
8022
-T
git@gitlab.lcsb.uni.lu
```
The first time, you have to enter
`Yes`
at the displayed question. Once successful, this should display something like:
```
bash
$
ssh
-p
8022
-T
git@gitlab.lcsb.uni.lu
Welcome to GitLab, @firstname.lastname
```
\ No newline at end of file
Loading