Hi, I have run into an issue after an upgrade on mina-sshd from 1.6.0 to 2.1.0. The following script used to work fine with 1.6.0 but hangs on 2.1.0 :
ssh -T -p <port-id xyz> admin@localhost << EOF --- sub-command --- EOF Though, sub-command is executed successfully with 2.1.0 . BTW, my Java program makes use of mina-sshd that listens on port-id xyz. I replaced old sshd-core 1.6.0 with sshd-core 2.1.0 and sshd-common 2.1.0 . Is this a known issue? Best Regards, Vivek
