mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-19 03:25:44 +00:00
ssh: add info about escape sequences
Most useful for terminating unresponsive sessions
This commit is contained in:
parent
33c4382f63
commit
5e78f9e43c
@ -51,3 +51,8 @@ sshfs name@server:/path/to/folder /path/to/mount/point
|
|||||||
# Emacs can read file through SSH
|
# Emacs can read file through SSH
|
||||||
# Doc: http://www.gnu.org/software/emacs/manual/html_node/emacs/Remote-Files.html
|
# Doc: http://www.gnu.org/software/emacs/manual/html_node/emacs/Remote-Files.html
|
||||||
emacs /ssh:name@server:/path/to/file
|
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…
Reference in New Issue
Block a user