yuhJohn opened a new issue, #897: URL: https://github.com/apache/mina-sshd/issues/897
After you log in to the SSH service using the user password and run the bash command again, no command output is displayed. However, the Linux system displays the command output. How to solve the above problems to make the same response as Linux, For example, after logging in to the system using the password, run the bash command and then run the ls command. **Linux:** ``` [root@hostname -]# bash [root@hostname -]# ls testFolder1 testFolder2 [root@hostname -]# ``` **mina-sshd: No shell prompt is displayed.** ``` [root@hostname -]# bash testFolder1 testFolder2 ``` -- 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]
