Linux
Fixing “UNPROTECTED KEY FILE” when using SSH or Ansible inside WSL
Inside a native Linux environment the error UNPROTECTED KEY FILE always means that the permissions of private key file are way too open. The error usually occurs if you are trying to connect with SSH and a private key to a remote host. As Ansible does also use SSH, you Read more…