You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2019/02/14 17:31: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=16768551#comment-16768551 ] 

Goldstein Lyor commented on SSHD-897:
-------------------------------------

I have seen this in the past (see SSHD-592) - I think it has something to do with interpreting correctly the {{PtyMode}}-s. Our shell factory is pretty basic and assumes some defaults. It may be the case that the client you are using or the server you are connecting to uses some non-default \{{PtyMode}}s. (BTW, you have not indicated whether the client or the server is the MINA SSHD Java code). I do have some ideas about how it might be fixed, but I need (a) time (we don't have a lot of it) and (b) some environment where this problem is easily reproduced (I have not encountered this in the "wild").

I do encourage you to debug this issue and publish a PR if you find a fix - we are always very happy to adopt contributions from the community :).

> 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
>            Priority: Minor
>
> 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
(v7.6.3#76005)