You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to mount in the private key
but get the following error
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\r\n@ WARNING: UNPROTECTED PRIVATE KEY FILE! @\r\n@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\r\nPermissions 0555 for \'/root/.ssh/id_rsa\' are too open.\r\nIt is required that your private key files are NOT accessible by others.\r\nThis p
rivate key will be ignored.\r\nLoad key "/root/.ssh/id_rsa": bad permissions\r\nPermission denied (publickey).\r\n
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
The text was updated successfully, but these errors were encountered: