Note to self: SSH escape keys
2014-11-10 09:45
I can never remember how to break out of a timed-out ssh session. I'm always doing control-what? etc
Here's a reminder for myself.
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.)