From f99f87e8eb41d07e9c6e2775d9ff447b0a59bf9f Mon Sep 17 00:00:00 2001 From: erinmgraham Date: Tue, 21 Jan 2025 14:28:08 +1000 Subject: [PATCH] Update 07-github.md - remove callout to advanced ssh ep This closes issue #949 --- episodes/07-github.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/episodes/07-github.md b/episodes/07-github.md index 045f5e3152..9261cbc41f 100644 --- a/episodes/07-github.md +++ b/episodes/07-github.md @@ -137,15 +137,6 @@ You can think of the public key as a padlock, and only you have the key (the pri What we will do now is the minimum required to set up the SSH keys and add the public key to a GitHub account. -::::::::::::::::::::::::::::::::::::::::: callout - -## Advanced SSH - -A supplemental episode in this lesson discusses SSH and key pairs in more depth and detail. - - -:::::::::::::::::::::::::::::::::::::::::::::::::: - The first thing we are going to do is check if this has already been done on the computer you're on. Because generally speaking, this setup only needs to happen once and then you can forget about it. ::::::::::::::::::::::::::::::::::::::::: callout