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

10_network_and_ssh.Rmd: fix typo

parent 39a8df6e
No related branches found
No related tags found
No related merge requests found
Pipeline #668 passed
...@@ -119,7 +119,7 @@ The **Transmission Control Protocol** (**TCP**) is one of the main [protocols](h ...@@ -119,7 +119,7 @@ The **Transmission Control Protocol** (**TCP**) is one of the main [protocols](h
- duplicate data is discarded - duplicate data is discarded
- lost or discarded packets are resent - lost or discarded packets are resent
- includes traffic congestion control - includes traffic congestion control
- Heavyweight (no ordering of messages, no tracking connections, etc. It is a very simple transport layer designed on top of IP) - Heavyweight (loots of checks)
## **User Datagram Protocol** (**UDP**) ## **User Datagram Protocol** (**UDP**)
...@@ -257,7 +257,7 @@ sudo useradd -m -s /bin/bash -g users student ...@@ -257,7 +257,7 @@ sudo useradd -m -s /bin/bash -g users student
sudo passwd student sudo passwd student
``` ```
Give the password and your IP on the chat. Give the password and your IP to another member of your choice (`ip address show`).
# SSH client # SSH client
......
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