Linux

What is stored in ~/.ssh/known_hosts?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

The file stores the key fingerprints for the clients connecting to the SSH server. This fingerprint creates a trust between the client and the server for future SSH connections.