When using the terminal on
When I connect to the remote machine using the OpenSSH client, however, the input is echoed only after a short delay. That's usually not very noticeable when latency is low, but makes it hard to type on slower connections.
Using the
code-server
(VSCode probably does it as well), input is instantly shown on screen (grayed out, until the server actually responds):

-T
option to disable TTY allocation solves the issue, but severely limits the usability of the terminal.
Is there any SSH client with a similar feature to code-server
?
Asked by LHLaurini
(288 rep)
Feb 10, 2024, 02:39 PM