status and diagnostic information could not be printed for remote-ssh coinnection
See original GitHub issueDoes this issue occur when all extensions are disabled?: Yes (only enable “Remote-SSH” and “Remote-SSH: Editing Configuration Files” extensions
- VS Code Version: 1.67.2
- Local OS Version: Windows 10 Enterprise 20H2 19042.1083
- Remote OS Version: Ubuntu 18.04.5 LTS
- Remote Extension/Connection Type: SSH
Steps to Reproduce:
- Remote-ssh to a remote Ubuntu server
- Add two folders on the remote Linux server into an untitled workspace
- Run
code -s
in the Windows CMD to get status of the local and remote VS Code processes - The “Connecting to ‘SSH: linux_terminal_server’ could not be established stdout maxBuffer length exceeded” is showed in the bottom of the status report. (The status of local VS Code processes report seems to work fine. All the hardware, local processes, and local workspace information is printed correctly.)
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to Troubleshoot SSH Connectivity Issues
Problems with SSH connectivity include hostname resolution errors and connections being refused or timing out.
Read more >Troubleshoot SSH connection issues to an Azure VM
How to troubleshoot issues such as 'SSH connection failed' or 'SSH connection refused' for an Azure VM running Linux.
Read more >Problems and Solutions (SSH, The Secure Shell
We focus on problems that may occur in many versions of the SSH software on diverse operating systems. We don't address the following...
Read more >ssh server: reasons for sudden "Connection closed by remote ...
The other thing to remember is that, if it happens again, you can run ssh in verbose mode with the -vvv option, which...
Read more >Troubleshooting SSH errors - Compute Engine - Google Cloud
After an SSH connection fails, you have the option to Retry the connection, or Troubleshoot the connection using the SSH-in-browser troubleshooting tool. To...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Rachel implemented the remote (and local) status support. I helped her wiring the remote cli to the
getSystemStatus
call which is implemented on main. https://github.com/Microsoft/vscode/blob/main/src/vs/platform/issue/electron-main/issueMainService.ts#L353I think that one then again reaches out to the remote to get information from the remote.
I don’t know what information is expected to be shown. On WSL I see the Windows processes, but from WSL I just see a summary of basic info (OS Version, CPUs, Memory)
@aeschli understood, thanks for the info 👍