Skip to content

x/crypto/ssh: TerminalModes have no impact on Session.RequestPty #12878

Open
@sethamclean

Description

@sethamclean
modes := ssh.TerminalModes{
    ssh.ECHO: 0,
    ssh.ECHOCTL: 0,
    ssh.TTY_OP_ISPEED: 14400,
    ssh.TTY_IP_SPEED: 14400,
}
session.RequestPty("xterm", 80, 40, modes)

Control characters are still echoed and tab does not appear to trigger autocompletion in bash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions