A municipal NFS export is world-readable and contains SSH private keys. What connection should the report emphasize?
Select an answer to reveal the explanation.
Short Explanation
An open NFS share holding SSH keys is a lost keyring left on a park bench. Anyone who mounts it may walk into systems that trust those keys. Share permissions and secret storage fail together here—say so plainly.
Full Explanation
Network file exports with overly broad read access commonly leak configuration and cryptographic material. Private keys discovered this way can authenticate to remote hosts without cracking passwords, chaining a share finding into broader compromise. Remediation pairs export lockdown with secret rotation and removal of keys from shared storage. The conceptual link between misconfigured shares and credential compromise is central to common-service assessment.