From 0d053e9a7d54ee7fd559f595d4eefd6fdc5f6a66 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Thu, 30 Apr 2026 13:06:14 +0200 Subject: [PATCH] cmd: return terminal after ssh freeze --- command.rec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/command.rec b/command.rec index 4c82f75..09bda6a 100644 --- a/command.rec +++ b/command.rec @@ -163,6 +163,13 @@ shell: sh bin: journalctl tag: system +aim: Get back terminal after ssh freezes remote machine +cmd: ~. +shell: sh +bin: ssh +tag: system +tag: comfy + aim: Find errors since a date cmd: date=2027-01-01 + journalctl --since=${date} --grep="EXT4-fs error"