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

Allow override of private key, docker image and docker command

Open tpd1001 opened this issue 2 years ago • 0 comments

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 instead of the default id_rsa. The image on Docker Hub is suggested in the comment for an alternative to having built your own image. If you are using a different CRI, you should be able to override the docker command with the one you are using. Also some minor word tweaks.

tpd1001 avatar May 16 '23 10:05 tpd1001