This is a discussion on Re: ctrl+s locks up ssh within the OpenSSH Development forums, part of the Networking and Network Related category; On 5/11/06, Enrico Weigelt <weigelt@metux.de> wrote: > I've noticed an problem with openssh ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 5/11/06, Enrico Weigelt <weigelt@metux.de> wrote:
> I've noticed an problem with openssh on GNU/Linux: > pressing ctrl+s locks up the ssh client. Only killing it helps. > > Is this problem already known ? That is called software flow-control AKA Xon/Xoff. Ctrl-s = Xoff (stops the flow) Ctrl-q = Xon (resumes the flow) This is a feature of your terminal and not a bug in ssh. -Corey Smith _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |