From 8b256bda983133a3f180d7dc2ef0c4742c6fbb85 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 6 Apr 2026 11:48:23 -0400 Subject: [PATCH] add escaping stuck ssh terminals --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 27626c3..0bf4597 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ or give me access to your servers. - [tmux](#tmux) - [bash](#bash) - [Bulk File/Folder Renaming](#bulk-filefolder-renaming) + - [Escaping a Stuck SSH Terminal](#escaping-a-stuck-ssh-terminal) - [SSH Setup](#ssh-setup) - [Git GPG Commit Signing](#git-gpg-commit-signing) - [Important Dates and Times](#important-dates-and-times) @@ -128,6 +129,10 @@ for change_dir in $(ls | grep 'podman_*'); do done ``` +### Escaping a Stuck SSH Terminal + +Press the following keys: enter + ~ + . + ## SSH Setup Generate a key (password protect it!)