My devcontainers currently mount ~/.ssh so that my SSH keys are available to the container. Better to mount SSH_AUTH_SOCK so that SSH sessions can be authenticated inside the container without my keys.
My devcontainers currently mount ~/.ssh so that my SSH keys are available to the container.
Better to mount SSH_AUTH_SOCK so that SSH sessions can be authenticated inside the container without my keys.