You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Guillaume Nodet (Jira)" <ji...@apache.org> on 2020/07/02 06:24:00 UTC

[jira] [Commented] (SSHD-897) Double inputs appear on shell

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

Guillaume Nodet commented on SSHD-897:
--------------------------------------

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: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org