I have FreeBSD 15.0 ALPHA2 aarch64. Ctrl-o kills ssh connections to it. I.e. connection freezes.
Maybe realize that ALPHA2 is made fromRead about unsupported FreeBSD versions in this forum.
stable/15
, which is a supported version.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.Ctrl-o kills ssh connections to it. I.e. connection freezes.