From f6cf2f9c06664d40bdab13e20347c732784da88f Mon Sep 17 00:00:00 2001 From: Martino Sorbaro Date: Thu, 15 Aug 2024 16:35:57 +0200 Subject: [PATCH] remove reference to advanced ssh material that was mistakenly reintroduced --- episodes/07-github.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/episodes/07-github.md b/episodes/07-github.md index 048c4552da..87310e8fcf 100644 --- a/episodes/07-github.md +++ b/episodes/07-github.md @@ -90,8 +90,7 @@ Click on the 'SSH' link to change the [protocol](../learners/reference.md#protoc We use SSH here because, while it requires some additional configuration, it is a security protocol widely used by many applications. The steps below describe SSH at a -minimum level for GitHub. A supplemental episode to this lesson discusses advanced setup -and concepts of SSH and key pairs, and other material supplemental to git related SSH. +minimum level for GitHub. ::::::::::::::::::::::::::::::::::::::::::::::::::