ssh-agent icon indicating copy to clipboard operation
ssh-agent copied to clipboard

Docker container for SSH agent forwarding on OSX/Linux

Results 3 ssh-agent issues
Sort by recently updated
recently updated
newest added

I have modified the image so it can read password from files. It is usefull for using docker composer secrets.

Just FYI. Here's how I am using it with docker-compose. ## docker-compose: # This is the service I need to have access to the ssh-agent. # This is a partial...

Allow override of private key, docker image and docker command to make script more portable. Passing a $1 param to the script loads that private key from the ~/.ssh dir...