Skip to content
Snippets Groups Projects
Verified Commit d70958a1 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

10_network_and_ssh.Rmd: add link on ssh security

parent 0df8fb05
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ output:
---
```{r include = FALSE}
if (!require("fontawesome")) {
install.packages("fontawesome")
}
......@@ -159,7 +158,7 @@ Nowadays, **ports** provide multiplexing, which means that multiple service or c
# SSH
There are numerous other protocols ([RTP](https://en.wikipedia.org/wiki/Real-time_Transport_Protocol) for example). But most of them run over the **TCP** and **UDP** protocols. **SSH** or **Secure Shell** is one of them. **SSH** is a [cryptographic](https://en.wikipedia.org/wiki/Cryptography) [network protocol](https://en.wikipedia.org/wiki/Network_protocol) for operating network services securely over an unsecured network.
There are numerous other protocols ([RTP](https://en.wikipedia.org/wiki/Real-time_Transport_Protocol) for example). But most of them run over the **TCP** and **UDP** protocols. **SSH** or **Secure Shell** is one of them. **SSH** is a [cryptographic](https://en.wikipedia.org/wiki/Cryptography) [network protocol](https://en.wikipedia.org/wiki/Network_protocol) for operating network services [securely over an unsecured network](https://noratrieb.dev/blog/posts/ssh-security/).
**SSH** use a client-server architecture, you use an **SSH client** to connect to an **SSH server**. By default most Linux distribution don’t come with an **SSH server** installed. For the IFB, **SSH** connection is the default way to connect to your VMs, so you should have an **SSH** sever running.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment