MongoDB keyFile too open permissions

Error: mongod cannot start with error: keyFile too open permissions

Cause: Mongod key file accepts only mode 600 (read and write by owner only)

chmod 600 ./keyFile