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
Login with similar behavior as if I was using vagrant.
ACTUAL RESULTS
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for '/Users/jmenchaca/area51/proj/lisa18_test_driven_infra/ansible/roles/ez_mysql/.kitchen/docker_id_rsa' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Load key "/Users/jmenchaca/area51/proj/lisa18_test_driven_infra/ansible/roles/ez_mysql/.kitchen/docker_id_rsa": bad permissions
The text was updated successfully, but these errors were encountered:
Running
kitchen create
andkitchen login
fails as permissions are too open.STEPS
$ export KITCHEN_YAML=kitchen.docker.yml $ kitchen create $ ls -la .kitchen/docker_id_rsa -rw-r--r-- 1 jmenchaca staff 1679 Oct 28 23:40 .kitchen/docker_id_rsa $ kitchen login
The config is the following:
EXPECTED RESULTS
Login with similar behavior as if I was using vagrant.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: