From db58b87c421be0b7fe531aa5035e509e234eee79 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 8 Dec 2024 12:12:01 +0100 Subject: [PATCH] update old SSH post --- content/posts/2024/70-stalled-ssh-connections/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/posts/2024/70-stalled-ssh-connections/index.md b/content/posts/2024/70-stalled-ssh-connections/index.md index 0a074c6..361467c 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-11-17T11:19:39+0000 +lastmod: 2024-12-08T11:12:01+0000 categories: - computerstuff tags: @@ -33,3 +33,8 @@ $ ssh -O exit {short hostname} ``` every time -- which is annoying. + +{{< alert "triangle-exclamation" >}} +**Update on 2024-12-08:** +I'm afraid, but I think this is not yet fully resolved. +{{< /alert >}}