[ 
https://issues.apache.org/jira/browse/SSHD-897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149961#comment-17149961
 ] 

Guillaume Nodet edited comment on SSHD-897 at 7/2/20, 6:24 AM:
---------------------------------------------------------------

In order to correctly integrate with native shells, we need to have a 
`org.apache.sshd.server.Environment` implementation which will support a native 
PTY better than the `org.apache.sshd.server.StandardEnvironment`.  I think this 
can be done by using the `jline-terminal-jansi` module from JLine.

The implementation would have to open a PTY and convey signals (such as window 
change) correctly to it.


was (Author: gnt):
In order to correctly integrate with native shells, we need to have a 
`org.apache.sshd.server.Environment` implementation which will support a native 
PTY better than the `org.apache.sshd.server.StandardEnvironment`.  I think this 
can be done by using the `jline-terminal-jansi` module from JLine.

> Double inputs appear on shell
> -----------------------------
>
>                 Key: SSHD-897
>                 URL: https://issues.apache.org/jira/browse/SSHD-897
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Philippe
>            Assignee: Lyor Goldstein
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> After I login on the server, each keyboard input I make is duplicated on the 
> shell.
> It's only visual as the commands are well executed, but it makes it 
> complicated to use as the commands are hardly readable.
> An example is :
> {noformat}
> sh-4.2$ eecchhoo  ""tthhiiss  iiss  aa  tteesstt"
> this is a test{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to