Date: 12 Dec 2001 18:11:56 +0300 From: Ilya Martynov <m_ilya@agava.com> To: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Subject: Control-C doesn't work with ssh Message-ID: <87itbctqv7.fsf@juil.domain>
next in thread | raw e-mail | index | archive | help
Hi, Have anybody know what can cause for not working Control-C in ssh? It doesn't work anymore on my FreeBSD server if I login on it with ssh. For example I can't break 'tail -f /some/file' with Control-C. It just prints "^C" but doesn't kill the process. I have to suspend it with Control-Z and manually kill with 'kill %1'. I'm sure it is not client issue because this problem can be reproduced with different ssh clients. Also it looks like it is not a problem with shell because I can reproduce it with both /bin/sh and /usr/local/bin/bash. I'm not sure what change on server caused this problem but probably it happen when I've recompiled sshd with patch for UseLogin security bug. Server runs 4.4-RELEASE (compiled from sources). -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http://martynov.org/) | | GnuPG 1024D/323BDEE6 D7F7 561E 4C1D 8A15 8E80 E4AE BE1A 53EB 323B DEE6 | | AGAVA Software Company (http://www.agava.com/) | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87itbctqv7.fsf>