Hi, I think it’s what I fixed for 4.2.15 (closing the ssh session).
Let me double check the commit id. Regards JB > Le 10 janv. 2022 à 15:49, Martin Lichtin <lich...@yahoo.com> a écrit : > > I've an issue upgrading from 4.2.11 to 4.2.14. > > Programmatically connecting via SSH into Karaf, this works fine with 4.2.11. > Using an SSH session one can remotely execute several commands. However, with > 4.2.14, after executing one command, that SSH Session to Karaf starts to hang. > > See attached some test code that can be used to reproduce the issue. > > - Martin > > > <KarafConnectViaSshTest.java>