-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken Pipe Error when Attaching Remote Container #7487
Comments
@Chuxel Have you seen this before? |
@DHG18 Are you trying to use a Dev Container or literally the container attach capability? Is the container in Docker or Kubernetes? Also, does this repro in VS Code stable? @chrmarti Attach has not been implemented once you've done a Remote - SSH connection yet has it? Just Dev Container support is in so far IIRC - or is it just Kubernetes that's missing per #6054? Assuming that's what is happening here, the error message here isn't great but it would explain the issue... though honestly this looks like it got farther than that. |
Hey @Chuxel sorry for delayed response:
|
This should work. It looks like there is a problem with the ssh connection while we are sending the server bits over. Are you using a simple ssh connection or are there proxies/jumpservers involved? What is the ssh server's version? |
Using a simple ssh connection. ssh version: |
Hi @chrmarti just following up here |
Maybe related: #7505 |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
I am unable to attach to a remote container when SSH'd into a server through the IDE. Attaching to the container stalls in the "installing server" state, and then returns this error message:
Steps to Reproduce:
Does this issue occur when you try this locally?: Yes
Does this issue occur when you try this locally and all extensions are disabled?: NA
The text was updated successfully, but these errors were encountered: