Listing SSH key fringerprints

From here:

for f in /etc/ssh/ssh_host_*_key; do ssh-keygen -l -f "$f"; done