Send Break to terminal server
Darren Tucker
dtucker at zip.com.au
Fri Jan 9 10:57:43 EST 2004
Avis wrote:
> Using ssh via cygwin, I tried to do '~ ctrl-B', but it will not drop to 'ok
> prompt'.
You don't need the CTRL.
$ ~?
Supported escape sequences:
~. - terminate connection
~B - send a BREAK to the remote system
[snip]
> Are the workarounds? (other than using Tera Term Pro?)
Use less fingers :-)
If that doesn't work, please post a debug trace, eg:
ssh -vvv terminalserver
[CR]~B
Note that it's a capital B, so use shift not ctrl, and you must start
the sequence with a carraige return. You should see something like this
in the output:
debug2: channel 0: request break
debug2: channel 0: written 4 to efd 6
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
More information about the openssh-unix-dev
mailing list