infinigen icon indicating copy to clipboard operation
infinigen copied to clipboard

SSH key embedded in docker image

Open datashaman opened this issue 1 year ago • 1 comments

Copying the users' SSH keys into the Docker image is a security risk. Rather mount a volume when running the container:

docker run -it --rm -v $HOME/.ssh:/root/.ssh infinigen /bin/bash

This should also solve the installation issue where a user does not have that exact key in their SSH folder.

datashaman avatar Jun 19 '23 02:06 datashaman

Thanks! We will accept some or all of #22 as soon as our contributing pipeline is set up, hopefully tonight or tommorow.

araistrick avatar Jun 19 '23 18:06 araistrick