-
Notifications
You must be signed in to change notification settings - Fork 515
Closed
Labels
Description
What happened? I followed the guide for devpod CLI using a local docker provider and no IDE on MacOS 14.7.1 (23H222). I was able to successfully start the vscode-remote-try-node devcontainer, but was unable to ssh:
$ ssh vscode-remote-try-node.devpod
unix_listener: path "/Users/rpatterson/.ssh/vscode-remote-try-node.devpod.e56c55d8df9076bc72f6e71847716b548c6f6bd4.sock.gfdhTHP51tEU8yWf" too long for Unix domain socketWhat did you expect to happen instead? The SSH command should work. It works when I use devpod directly:
$ devpod ssh vscode-remote-try-node
node ➜ /workspaces/vscode-remote-try-node (main) $Local Environment:
- DevPod Version: v0.6.15
- Operating System: MacOS 14.7.1 (23H222)
- ARCH of the OS: AMD64
DevPod Provider:
- Local/remote provider: docker
Anything else we need to know? Using devpod ssh seems to work fine, including SSH auth, so this seems low-priority, but it is following exactly what is published in the documentation.
Reactions are currently unavailable