From cae59ac41409a539c4ead1fbb04b4b068d3cd0d4 Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Fri, 22 Nov 2024 09:07:19 +0100 Subject: [PATCH] exercise-06: fix hostname --- exercises/source/exercise-06/1__SSH_CLI_Schnitzeljagd.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/source/exercise-06/1__SSH_CLI_Schnitzeljagd.ipynb b/exercises/source/exercise-06/1__SSH_CLI_Schnitzeljagd.ipynb index e1829a3..3cd1629 100644 --- a/exercises/source/exercise-06/1__SSH_CLI_Schnitzeljagd.ipynb +++ b/exercises/source/exercise-06/1__SSH_CLI_Schnitzeljagd.ipynb @@ -59,7 +59,7 @@ } }, "source": [ - "SSH to your account at `python-course` (e.g. `ssh your-user-name@python-course`) and follow the puzzle starting in the directory `/schnitzeljagd`.\n", + "SSH to your account at `python-course` (e.g. `ssh your-user-name@python-course.strawlab.org`) and follow the puzzle starting in the directory `/schnitzeljagd`.\n", "\n", "You must be in the University of Freiburg network in order to be able to SSH correctly.\n", "\n",