From 8480319991edd2014d43be1d1c1de3166c5907b8 Mon Sep 17 00:00:00 2001
From: Florian Ziemen <ziemen@dkrz.de>
Date: Tue, 19 Mar 2024 18:55:19 +0100
Subject: [PATCH] a '#' at the beginning of a line in the code is treated as
 heading in the overview. Gave it an extra space in front.

---
 lectures/01-the-beast/slides.qmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lectures/01-the-beast/slides.qmd b/lectures/01-the-beast/slides.qmd
index c6983b2..72b3a94 100644
--- a/lectures/01-the-beast/slides.qmd
+++ b/lectures/01-the-beast/slides.qmd
@@ -33,8 +33,8 @@ host levante
      user a123456
      ForwardX11Trusted  yes
      IdentityFile ~/.ssh/id_ed25519-levante
-#     ControlMaster auto
-#     ControlPath ~/.ssh/%r@%h:%p
+ #     ControlMaster auto
+ #     ControlPath ~/.ssh/%r@%h:%p
 ```
 
 ## X11 forwarding allows you to use GUI tools
-- 
GitLab