From 501f7f78d8e70c6e5ae8c2d7ce1bbab641da9480 Mon Sep 17 00:00:00 2001 From: trimstray Date: Fri, 8 Feb 2019 20:20:03 +0100 Subject: [PATCH] added 'Escape Sequence' for ssh one-liners - signed-off-by: trimstray --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e21dd01..a8cab02 100644 --- a/README.md +++ b/README.md @@ -1828,6 +1828,21 @@ http -p Hh --follow --max-redirects 5 --verify no --proxy http:http://127.0.0.1: ##### Tool: [ssh](https://www.openssh.com/) +###### Escape Sequence + +```bash +# Supported escape sequences: +~. - terminate connection (and any multiplexed sessions) +~B - send a BREAK to the remote system +~C - open a command line +~R - Request rekey (SSH protocol 2 only) +~^Z - suspend ssh +~# - list forwarded connections +~& - background ssh (when waiting for connections to terminate) +~? - this message +~~ - send the escape character by typing it twice +``` + ###### Compare a remote file with a local file ```bash