Last active
May 19, 2016 11:17
-
-
Save govorox/d2a07c64a897a935c2b4da1969b27759 to your computer and use it in GitHub Desktop.
ssh escape seqeunces
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Normal keys are forwarded over the ssh session. Instead, use the escape sequences. | |
To kill the current session hit subsequently Enter ↵, ~, . | |
More of these escape sequences can be listed with Enter ↵, ~, ?: | |
Supported escape sequences: | |
~. - terminate session | |
~B - send a BREAK to the remote system | |
~R - Request rekey (SSH protocol 2 only) | |
~# - list forwarded connections | |
~? - this message | |
~~ - send the escape character by typing it twice | |
(Note that escapes are only recognized immediately after newline.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment