You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Lyor Goldstein (Jira)" <ji...@apache.org> on 2019/10/16 12:28:00 UTC

[jira] [Comment Edited] (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=16780162#comment-16780162 ] 

Lyor Goldstein edited comment on SSHD-897 at 10/16/19 12:27 PM:
----------------------------------------------------------------

Still occurs when connecting an {{OpenSSH}} client to an SSHD server. Here are the PTY settings sent by the client:

|| Name || Value ||
| TTY_OP_OSPEED | 38400 |
| VINTR | 3 |
| ONOCR | 0 |
| VSUSP | 6 |
| IUCLC | 0 |
| ISIG | 1 |
| IUTF8 | 1 |
| OLCUC | 0 |
| IGNPAR | 0 |
| OCRNL | 0 |
| ISTRIP | 0 |
| NOFLSH | 0 |
| VLNEXT | 22 |
| IGNCR | 0 |
| PENDIN | 0 |
| IMAXBEL | 0 |
| OPOST | 1 |
| ICANON | 1 |
| ECHOE | 1 |
| TOSTOP | 0 |
| INLCR | 0 |
| ECHOCTL | 1 |
| IXON | 1 |
| CS8 | 1 |
| PARODD | 0 |
| VWERASE | 23 |
| IXANY | 0 |
| VQUIT | 28 |
| VEOL2 | 0 |
| VKILL | 21 |
| ONLRET | 0 |
| ECHOKE | 1 |
| IEXTEN | 1 |
| ECHOK | 1 |
| VERASE | 127 |
| XCASE | 0 |
| CS7 | 1 |
| VSTOP | 19 |
| PARMRK | 0 |
| ONLCR | 1 |
| VDISCARD | 15 |
| IXOFF | 1 |
| VEOF | 4 |
| INPCK | 0 |
| PARENB | 0 |
| ECHO | 1 |
| ICRNL | 1 |
| VEOL | 0 |
| VSTART | 17 |
| VREPRINT | 18 |
| ECHONL | 0 |
| TTY_OP_ISPEED | 38400 |


was (Author: lgoldstein):
Still occurs when connecting an {{OpenSSH}} client to an SSHD server. Here are the PTY settings sent by the client:

| Name | Value |
|| TTY_OP_OSPEED || 38400 ||
|| VINTR || 3 ||
|| ONOCR || 0 ||
|| VSUSP || 6 ||
|| IUCLC || 0 ||
|| ISIG || 1 ||
|| IUTF8 || 1 ||
|| OLCUC || 0 ||
|| IGNPAR || 0 ||
|| OCRNL || 0 ||
|| ISTRIP || 0 ||
|| NOFLSH || 0 ||
|| VLNEXT || 22 ||
|| IGNCR || 0 ||
|| PENDIN || 0 ||
|| IMAXBEL || 0 ||
|| OPOST || 1 ||
|| ICANON || 1 ||
|| ECHOE || 1 ||
|| TOSTOP || 0 ||
|| INLCR || 0 ||
|| ECHOCTL || 1 ||
|| IXON || 1 ||
|| CS8 || 1 ||
|| PARODD || 0 ||
|| VWERASE || 23 ||
|| IXANY || 0 ||
|| VQUIT || 28 ||
|| VEOL2 || 0 ||
|| VKILL || 21 ||
|| ONLRET || 0 ||
|| ECHOKE || 1 ||
|| IEXTEN || 1 ||
|| ECHOK || 1 ||
|| VERASE || 127 ||
|| XCASE || 0 ||
|| CS7 || 1 ||
|| VSTOP || 19 ||
|| PARMRK || 0 ||
|| ONLCR || 1 ||
|| VDISCARD || 15 ||
|| IXOFF || 1 ||
|| VEOF || 4 ||
|| INPCK || 0 ||
|| PARENB || 0 ||
|| ECHO || 1 ||
|| ICRNL || 1 ||
|| VEOL || 0 ||
|| VSTART || 17 ||
|| VREPRINT || 18 ||
|| ECHONL || 0 ||
|| TTY_OP_ISPEED || 38400 ||

> 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