From 41b96ff4deaec7d6f2c03831af79cab03f812889 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Tue, 17 Dec 2024 18:24:02 +0100 Subject: [PATCH] reformat date on old post --- content/posts/2024/70-stalled-ssh-connections/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/2024/70-stalled-ssh-connections/index.md b/content/posts/2024/70-stalled-ssh-connections/index.md index 4dc1116..0392116 100644 --- a/content/posts/2024/70-stalled-ssh-connections/index.md +++ b/content/posts/2024/70-stalled-ssh-connections/index.md @@ -5,7 +5,7 @@ summary: > This is how I solved it. The thumbnail was created with Google AI (Imagen 3). date: 2024-10-06T19:30:17+02:00 -lastmod: 2024-12-17T15:16:01+0000 +lastmod: 2024-12-17T17:24:02+0000 categories: - computerstuff tags: @@ -35,7 +35,7 @@ $ ssh -O exit {short hostname} every time -- which is annoying. {{< alert "triangle-exclamation" >}} -**Update on 2024-12-17:** +**Update on December 17 2024:** A few changes to the SSH configuration on client and server have been made. {{< /alert >}}