SSH escape characters

Categories:
EscapeDescription
~.terminate connection (and any multiplexed sessions)
~Bsend a BREAK to the remote system
~Copen a command line
~Rrequest rekey (SSH protocol 2 only)
~^Zsuspend ssh
~#list forwarded connections
~&background ssh (when waiting for connections to terminate)
~?this message
~~send the escape character by typing it twice

See Also