Ctrl-o kills ssh

Ctrl-o kills ssh connections to it. I.e. connection freezes.
It this perhaps with a specific terminal? The only "freezes" you might get are normally with CTRL-S and CTRL-Q, as they send Xoff/Xon (Software flow control). Perhaps CTRL-O has a meaning for the specific terminal you're using? Or maybe it's bound in the shell you're using? Both sh(1) and tcsh(1) don't have anything bound to CTRL-O by default.
 
Back
Top