Sample Header Ad - 728x90

SSH client with instant input echo

2 votes
0 answers
117 views
When using the terminal on code-server (VSCode probably does it as well), input is instantly shown on screen (grayed out, until the server actually responds): screenshot of code-server 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 -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