Yes, that's doable. Ctrl+C is sent as \x03 character on the input stream. Depending on what's the client, you need to make sure that the client itself won't be interrupted itself. We've implemented that in Karaf, so that's doable for sure.
On Mon, Oct 29, 2012 at 8:35 AM, Pauna Adrian <[email protected]> wrote: > I am at the beginning with apache mina SSHD, so I apologize if the question > might not be very well put. So my question : is there a way to interrupt a > a running command on a sshd server (apache mina). For example stopping the > ping command with Ctrl+c. > Thanks in advance. > > Adrian > -- ------------------------ Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ FuseSource, Integration everywhere http://fusesource.com
