You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
15:58:02.758 [main] INFO org.apache.sshd.common.io.DefaultIoServiceFactoryFactory [getIoServiceProvider:68] - No detected/configured IoServiceFactoryFactory using Nio2ServiceFactoryFactory
sshd.isStarted() = true
Then use Iterm to connect to ssh server.
Expected behavior
Expect to use commands like a normal shell after connecting to the sshd service
Relevant log output
No response
Other information
Thanks a lot
The text was updated successfully, but these errors were encountered:
This is actually an (oldie...) duplicate of SSHD-897. Basically, we are aware of this problem but do not currently think it has enough of a priority to invest our (very limited) R&D resources. As explained in the referenced issue this needs specialized integration with external libraries (e.g., jline-terminal-jans). You are more than welcome to create such a PR and submit it for merge - if you do undertake this venture, I recommend adding it under the sshd-contrib module since we keep our core dependencies as "clean" as possible.
Thanks for your reply. I checked the issue and it has been there for a long time.
I'm just getting started with sshd and I'm going to try to figure out how to fix this.
Version
2.12.1
Bug description
Start a service with sshd, connect to the service with iterm, and repeat each time you enter the command, including carriage return
Actual behavior
Using follow code to start one server .
Console log :
Then use Iterm to connect to ssh server.
Expected behavior
Expect to use commands like a normal shell after connecting to the sshd service
Relevant log output
No response
Other information
Thanks a lot
The text was updated successfully, but these errors were encountered: