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

Forward the host SSH agent socket into the container #853

Merged
merged 2 commits into from
Jul 5, 2023

Commits on Apr 17, 2023

  1. Forward the host SSH agent socket into the container.

    This commit:
    
    * binds the SSH agent socket (as found in $SSH_AUTH_SOCK) from the host
      to a predictable location inside the container;
    * sets the SSH_AUTH_SOCK variable in the container to point to said
      predictable location.
    
    This allows processes running inside the container to communicate with
    the host's SSH agent and therefore to use the user's SSH keys without
    having to expose the keys directly to the container.
    
    closes #852
    gouttegd committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    249b3df View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    378b78b View commit details
    Browse the repository at this point in the history