ssh: add info about escape sequences

Most useful for terminating unresponsive sessions
pull/51/head
SirFerdek 5 years ago committed by GitHub
parent 33c4382f63
commit 5e78f9e43c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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]~?

Loading…
Cancel
Save