From 5e78f9e43ce3d0f1930166349ca8ad68cb0e3ae2 Mon Sep 17 00:00:00 2001 From: SirFerdek <17548441+SirFerdek@users.noreply.github.com> Date: Fri, 22 Mar 2019 12:44:23 +0100 Subject: [PATCH] ssh: add info about escape sequences Most useful for terminating unresponsive sessions --- sheets/ssh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sheets/ssh b/sheets/ssh index 92c1c9b..d5c38eb 100644 --- a/sheets/ssh +++ b/sheets/ssh @@ -51,3 +51,8 @@ sshfs name@server:/path/to/folder /path/to/mount/point # Emacs can read file through SSH # Doc: http://www.gnu.org/software/emacs/manual/html_node/emacs/Remote-Files.html emacs /ssh:name@server:/path/to/file + +# Get help on SSH escape sequences +# Useful for terminating unresponsive sessions +# The default escape character is ~ (tilde), escapes are only recognized immediately after newline +$ [Enter]~?