From e609ab44ab04d7a54d6868cde357dd218b385479 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Fri, 16 Dec 2022 15:16:07 +0100 Subject: [PATCH] 10_network_and_ssh.Rmd: fix typo --- 10_network_and_ssh.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/10_network_and_ssh.Rmd b/10_network_and_ssh.Rmd index 912ac1d..8d40669 100644 --- a/10_network_and_ssh.Rmd +++ b/10_network_and_ssh.Rmd @@ -119,7 +119,7 @@ The **Transmission Control Protocol** (**TCP**) is one of the main [protocols](h - duplicate data is discarded - lost or discarded packets are resent - 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**) @@ -257,7 +257,7 @@ sudo useradd -m -s /bin/bash -g users 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 -- GitLab