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

ssh will not forward #216

Open
lcta0717 opened this issue Jan 19, 2021 · 0 comments
Open

ssh will not forward #216

lcta0717 opened this issue Jan 19, 2021 · 0 comments

Comments

@lcta0717
Copy link

See this issue. For reference, see this issue for the alpine image.

When running the following command:
docker run --rm -v /run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock -e SSH_AUTH_SOCK="/run/host-services/ssh-auth.sock" --entrypoint /usr/bin/ssh-add swift:5.3.2-amazonlinux2 -l

I get the following response:

error fetching identities for protocol 1: agent refused operation
<key 1>
<key 2>
<key 3>

Note, this means that when I try to run a swift build on the amazonlinux2 image, it fails to clone the dependencies in the swift package.

Note, the alpine image issue listed above (here) now works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant