Archive for June 15th, 2009

SSH Escape commands

Note to self:
These are the ssh escape commands from within an ssh connected session.
%~?
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 [...]

Read the rest of this entry »