yuhJohn commented on issue #897:
URL: https://github.com/apache/mina-sshd/issues/897#issuecomment-4428466589

   > Please provide your client code that shows this problem.
   
   Actually, my implementation is limited to the server side. 
   
   By manually entering interactive commands: Start `bash` by pressing the 
Enter key, then input the `ls` command.
   
   Server Code  just use  InteractiveProcessShellFactory  and 
ProcessShellCommandFactory
   
   ```
     sshServer.setShellFactory(InteractiveProcessShellFactory.INSTANCE);
     sshServer.setCommandFactory(ProcessShellCommandFactory.INSTANCE);
     sshServer.start();
   ```
   and then  manually enter the command。 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to