From 6792032de9c4c183808564e327ef1660d0ee9272 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Mon, 15 Feb 2021 10:40:52 +0100
Subject: [PATCH] start of 10.

---
 10_network_and_ssh.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 10_network_and_ssh.md

diff --git a/10_network_and_ssh.md b/10_network_and_ssh.md
new file mode 100644
index 0000000..553e14a
--- /dev/null
+++ b/10_network_and_ssh.md
@@ -0,0 +1,8 @@
+# Ssh
+
+[![cc_by_sa](/Users/laurent/Documents/formations/2020_08_UNIX/img/cc_by_sa.png)](http://creativecommons.org/licenses/by-sa/4.0/)
+
+Objective: Learn basics of ssh connection in GNU/Linux
+
+In the previous section, we have seen how to run scripts and complex commands on your computer. In this session we are going to learn to do that over the network.
+
-- 
GitLab