We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.