Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
courses
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Nene Barry
courses
Commits
d8dd0986
Unverified
Commit
d8dd0986
authored
5 years ago
by
Todor Kondic
Browse files
Options
Downloads
Patches
Plain Diff
Add slides_intro_3.md
parent
5f1c5c41
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
2020/2020-02-15_gnuLinuxCourse/slides/ssh_intro_3.md
+39
-0
39 additions, 0 deletions
2020/2020-02-15_gnuLinuxCourse/slides/ssh_intro_3.md
with
39 additions
and
0 deletions
2020/2020-02-15_gnuLinuxCourse/slides/ssh_intro_3.md
0 → 100644
+
39
−
0
View file @
d8dd0986
# Accessing Computers over Network (Securely)
*
Normally, very few ports are open on a modern (LCSB) server
<!-- .element: class="fragment" -->
*
In addition, the communication to and from ports is typically encrypted
-
Why? Because, between the sender and a recepient there is a whole
jungle of transfer network nodes, each of which is potentially
[
p(owned)
][
1
]
by an adversary
<!-- .element: class="fragment" -->
-
For a thorough introduction, see
[
this set of EFF articles
][
2
]
<!-- .element: class="fragment" -->
-
_Transparency is a virtue of the naive_
-
remember, we're not doing politics
<!-- .element: class="fragment" -->
<!-- .element: class="fragment" -->
<!-- .element: class="fragment" -->
*
In the context of todays lecture, one type of encrypted
communication protocol will help us solve three fundamental
questions
-
How to securely log in to a server?
<!-- .element: class="fragment" -->
-
How to securely interact with a server?
<!-- .element: class="fragment" -->
-
How to securely exchange any kind (and amount) of data with a server?
<!-- .element: class="fragment" -->
<!-- .element: class="fragment" -->
[
1
]:
https://en.wikipedia.org/wiki/Zombie_(computing)
[
2
]:
https://ssd.eff.org/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment