What chmod 600 means
600 (rw-------) is for secrets: SSH private keys, .env files, API tokens, password stores and personal configuration.
SSH refuses to use a private key that others can read, with the error "permissions are too open" — chmod 600 ~/.ssh/id_ed25519 fixes it.
Adjust the checkboxes above to see how a different mode compares, or go back to the chmod calculator.