Unix permissions on WSL NTFS mount

WSL suffers from missing unix permissions for Windows mounts.Storing ssh keys on NTFS and having it mounted on any WSL environment will not meet file permissions requirements. The files on the NTFS mount will have 777 which is far too open.SSH agent will complain about file permissions set too open. NTFS does not support unix…