17. 17
escape sequences
● 通信中のセッションをコントロール
– エンター直後(改行のみの入力)の「~」
[username@centos6 ~]$ ~?
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.)