-
Notifications
You must be signed in to change notification settings - Fork 493
Open
Labels
Description
What happened?
devpod ssh . --debug errors with something like:
...
10:19:12 error Error tunneling to container: wait: remote command exited without exit status or exit signal
10:19:12 debug Container tunnel exited
10:19:12 debug Connection to container closed
10:19:12 debug Tunnel to host closed
10:19:13 fatal run in container: The parameter is incorrect.
...
What did you expect to happen instead?
ssh into the workspace container, same behaviour as `ssh .devpod
How can we reproduce the bug? (as minimally and precisely as possible)
My devcontainer.json:
{ "image": "mcr.microsoft.com/devcontainers/base:alpine" }
Happens with any devcontainer.json I have
Local Environment:
-
DevPod Version: v0.6.15
-
Operating System: windows
-
ARCH of the OS: AMD64
DevPod Provider:
- Local/remote provider: podman | ssh
Anything else we need to know?