Skip to content
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

Dev container: ssh-add: communication with agent failed #7601

Closed
aeschli opened this issue Nov 29, 2022 · 2 comments
Closed

Dev container: ssh-add: communication with agent failed #7601

aeschli opened this issue Nov 29, 2022 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug containers Issue in vscode-remote containers verified Verification succeeded
Milestone

Comments

@aeschli
Copy link
Contributor

aeschli commented Nov 29, 2022

Testing #7587

Dev Containers v0.265.0
Version: 1.74.0-insider (user setup)
Commit: 8b9891739b703b50547f506a7e2bc9565e52beff

Following the steps from #7587, env variable is set, ssh-add -l returns entry when in local. but not in devcontainer

image

@joyceerhl
Copy link

I also see this even with the following devcontainer to ensure SSH is installed, so am blocked on testing for now.

{
	"image": "mcr.microsoft.com/devcontainers/base:jammy",
	"features": {
		"ghcr.io/devcontainers/features/sshd:1": {}
	}
}

image

@chrmarti chrmarti added bug Issue identified by VS Code Team member as probable bug containers Issue in vscode-remote containers labels Dec 1, 2022
@chrmarti chrmarti added this to the November 2022 milestone Dec 1, 2022
@chrmarti
Copy link
Contributor

chrmarti commented Dec 1, 2022

Fixed in Dev Containers 0.266.0-pre-release. @aeschli @joyceerhl Could you retry with that? Thanks!

@chrmarti chrmarti closed this as completed Dec 1, 2022
@joyceerhl joyceerhl added the verified Verification succeeded label Dec 1, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug containers Issue in vscode-remote containers verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants