This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
question: ssh agent forwarding #82
Comments
Just found this https://github.com/whilp/ssh-agent |
My SO post shows how to use it. Quite simple, would be nice though if the SSH_AUTH_SOCK just worked without the extra container. |
I'm not sure I totally follow what you're trying to do, but I do see that you're trying to mount your host's
I'm not sure if virtualbox shared folders support socket files, if they do then potentially you could get it working that way. |
Thanks, will stay with automating the whilp/ssh-agent |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm having some problems getting ssh agent forwarding to work on OSX, wondering if there are any dinghy tricks to help.
Here is my setup:
http://stackoverflow.com/questions/32897709/ssh-agent-forwarding-inside-docker-compose-container
This related comment states that virtualbox doesn't allow socket sharing.
If I run
docker-compose run web bash
, thendocker inspect ID
, I seeAny thoughts/tricks/tips?
The text was updated successfully, but these errors were encountered: