Open oppianmatt opened 7 years ago
If you install Git for Windows, you can use the git bash shell to change your local key permissions:
chmod 600 ~/.ssh/id_rsa
(Cygwin should work too here)
Hm, I don't think that works; my permissions are set correctly in cygwin and those files still end up being mounted with 0755
. I got around it by mounting them to a different folder and changing the entrypoint to a shell script that copies them from the mount to ~/.ssh
and then chmods them before running ansible-playbook
.
trying to mount in the private key but get the following error
docker-compose is using:
docker for windows